menumaker: remove info file

This commit is contained in:
Thomas Penteker 2009-09-21 19:13:12 +02:00
parent cb4f2fb920
commit 9e7e50aa7f

View File

@ -13,4 +13,5 @@ build() {
cd $name-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
rm -r $PKG/usr/info
}