diff options
author | piernov <piernov@piernov.org> | 2011-07-25 00:54:39 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-25 00:54:39 +0200 |
commit | 32174075cb00d2f41810763f507b9e84735c164f (patch) | |
tree | a983860a5d28e440797df2f873e969f1c5f8f006 /js | |
parent | 87f9f41a064e00a750aae39fbdbea44a868bfe43 (diff) | |
download | gnome3-32174075cb00d2f41810763f507b9e84735c164f.tar.gz gnome3-32174075cb00d2f41810763f507b9e84735c164f.tar.bz2 gnome3-32174075cb00d2f41810763f507b9e84735c164f.tar.xz gnome3-32174075cb00d2f41810763f507b9e84735c164f.zip |
js 1.8.5-1 correction port+footprint x86_64
Diffstat (limited to 'js')
-rw-r--r-- | js/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | js/Pkgfile | 2 |
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 @@ -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 } |