summaryrefslogtreecommitdiff
path: root/repo/system/js78.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/js78.xibuild')
-rw-r--r--repo/system/js78.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild
index 0a88142..7b88f18 100644
--- a/repo/system/js78.xibuild
+++ b/repo/system/js78.xibuild
@@ -37,6 +37,6 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- [ -f $PKG_DEST/usr/lib/libjs_static.ajs ] && rm -v $PKG_DEST/usr/lib/libjs_static.ajs
+ [ -f $PKG_DEST/usr/lib/libjs_static.ajs ] && rm $PKG_DEST/usr/lib/libjs_static.ajs
sed -i '/@NSPR_CFLAGS@/d' $PKG_DEST/usr/bin/js78-config
}