summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/.footprint.x86_642
-rw-r--r--js/Pkgfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/.footprint.x86_64 b/js/.footprint.x86_64
index 70fcea7..a4ca33b 100644
--- a/js/.footprint.x86_64
+++ b/js/.footprint.x86_64
@@ -12,7 +12,7 @@ drwxr-xr-x root/root usr/include/js/
-rwxr-xr-x root/root usr/include/js/LIRopcode.tbl
-rwxr-xr-x root/root usr/include/js/Native.h
-rwxr-xr-x root/root usr/include/js/NativeCommon.h
--rwxr-xr-x root/root usr/include/js/Nativei386.h
+-rwxr-xr-x root/root usr/include/js/NativeX64.h
-rwxr-xr-x root/root usr/include/js/RegAlloc.h
-rwxr-xr-x root/root usr/include/js/VMPI.h
-rwxr-xr-x root/root usr/include/js/Writer.h
diff --git a/js/Pkgfile b/js/Pkgfile
index 6f49d0a..b83cd50 100644
--- a/js/Pkgfile
+++ b/js/Pkgfile
@@ -20,5 +20,5 @@ build() {
--enable-threadsafe
make
make DESTDIR=$PKG install
- install -m 0755 shell/js ${pkgdir}/usr/bin
+ install -m 0755 shell/js $PKG/usr/bin
}