system/driconf: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1016eb85ad
commit
d71905c3cd
|
@ -75,17 +75,15 @@ cat $CWD/driconf-0.9.1-2.diff | patch --verbose -p1
|
|||
python setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/share/{applications,driconf}
|
||||
cp -a $CWD/driconf.desktop $PKG/usr/share/applications/driconf.desktop
|
||||
cp -a driconf-icon.png $PKG/usr/share/applications/driconf-icon.png
|
||||
cp $CWD/driconf.desktop $PKG/usr/share/applications/driconf.desktop
|
||||
cp -a driconf-icon.png $PKG/usr/share/applications/driconf-icon.png
|
||||
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
CHANGELOG COPYING README TODO *.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG COPYING README TODO *.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
Loading…
Reference in New Issue