awesome: fix stupid mistake

This commit is contained in:
Bartlomiej Palmowski 2008-06-25 14:29:05 +02:00
parent dbdcbf2c5a
commit 993de627ad

View File

@ -21,7 +21,7 @@ build() {
make DESTDIR=$PKG install
rm -f $PKG/usr/share/awesome/{README,STYLE,UPGRADE}
# ugly 'if' :{
if ! grep -A1 "checking whether xmlto can create a man page" \
if grep -A1 "checking whether xmlto can create a man page" \
config.log | grep no >/dev/null 2>&1 ; then
cp $SRC/awesome{,-{client,menu,message}}.1 $PKG/usr/man/man1
cp $SRC/awesomerc.5 $PKG/usr/man/man5