jack-audio-connection-kit: force remove a directory

This commit is contained in:
Danny Rawlins 2007-06-01 00:48:16 +10:00
parent f8a27e1e27
commit 5f3d628e6f

View File

@ -19,5 +19,6 @@ build(){
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -rf $PKG/usr/share
}