kdelibs: rm -rf LICENSES

This commit is contained in:
Nick Steeves 2006-04-01 01:32:41 +00:00
parent 35c7f895ad
commit 9d9aa921f9

View File

@ -6,7 +6,7 @@
name=kdelibs
version=3.5.2
release=2
release=3
source=(http://download.kde.org/stable/3.5.2/src/$name-$version.tar.bz2 \
http://www.kde-look.org/content/files/10888-bt.tar.gz)
@ -28,7 +28,7 @@ build() {
cd ../bt
cp -r * $PKG/usr/share/icons/crystalsvg/
echo Icon=bt >> $PKG/usr/share/mimelnk/application/x-bittorrent.desktop
rm -f $PKG/usr/share/icons/hicolor/index.theme
rm -f $PKG/usr/include/ltdl.h
rm -f $PKG/usr/share/apps/LICENSES
rm -rf $PKG/usr/share/icons/hicolor/index.theme \
$PKG/usr/include/ltdl.h \
$PKG/usr/share/apps/LICENSES
}