summaryrefslogtreecommitdiff
path: root/rhapsody/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <joberui@ei.upv.es>2007-06-17 14:05:11 +0200
committerJose V Beneyto <joberui@ei.upv.es>2007-06-17 14:05:11 +0200
commit56fc22d783a1ecff55bdbe1140aefecbbeca43ee (patch)
tree853d40a39a69df511d899ab0be092f0fc43f0dcd /rhapsody/Pkgfile
parent29faabcb265445bd23c257b2cb4807bc75be59ab (diff)
downloadcontrib-56fc22d783a1ecff55bdbe1140aefecbbeca43ee.tar.gz
contrib-56fc22d783a1ecff55bdbe1140aefecbbeca43ee.tar.xz
rhapsody: Updated Pkgfile.
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