diff options
author | Jose V Beneyto <joberui@ei.upv.es> | 2007-06-17 14:05:11 +0200 |
---|---|---|
committer | Jose V Beneyto <joberui@ei.upv.es> | 2007-06-17 14:05:11 +0200 |
commit | 56fc22d783a1ecff55bdbe1140aefecbbeca43ee (patch) | |
tree | 853d40a39a69df511d899ab0be092f0fc43f0dcd /rhapsody | |
parent | 29faabcb265445bd23c257b2cb4807bc75be59ab (diff) | |
download | contrib-56fc22d783a1ecff55bdbe1140aefecbbeca43ee.tar.gz contrib-56fc22d783a1ecff55bdbe1140aefecbbeca43ee.tar.xz |
rhapsody: Updated Pkgfile.
Diffstat (limited to 'rhapsody')
-rw-r--r-- | rhapsody/Pkgfile | 3 |
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 } |