summaryrefslogtreecommitdiffstats
path: root/js/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-07-25 00:54:39 +0200
committerpiernov <piernov@piernov.org>2011-07-25 00:54:39 +0200
commit32174075cb00d2f41810763f507b9e84735c164f (patch)
treea983860a5d28e440797df2f873e969f1c5f8f006 /js/Pkgfile
parent87f9f41a064e00a750aae39fbdbea44a868bfe43 (diff)
downloadgnome3-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/Pkgfile')
-rw-r--r--js/Pkgfile2
1 files changed, 1 insertions, 1 deletions
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
}