summaryrefslogtreecommitdiff
path: root/rhapsody/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'rhapsody/Pkgfile')
-rw-r--r--rhapsody/Pkgfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/rhapsody/Pkgfile b/rhapsody/Pkgfile
index d6314dd75..7aa685420 100644
--- a/rhapsody/Pkgfile
+++ b/rhapsody/Pkgfile
@@ -14,6 +14,5 @@ build() {
./configure
make clean
make
- install -d $PKG/usr/bin
- install -m 755 $name $PKG/usr/bin/$name
+ install -D -m 0755 $name $PKG/usr/bin/$name
}

Generated by cgit