Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the kernel-source check correct on Mandriva
  • Loading branch information
Richard Neill committed Sep 9, 2013
1 parent 330fcae commit cce481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ MAN1DIR = $(MANDIR)/man1
all :: compile

compile:
[ -d /usr/src/linux-headers-`uname -r` ] || (echo "Error: please install the kernel sources"; exit 1)
@[ -d /usr/src/*`uname -r` ] || (echo "Error: please install the kernel sources"; exit 1)
cd kernel; make -C /lib/modules/`uname -r`/build M=`pwd` ; cd -
pod2man pb_ctl/pb_ctl -c "User Commands" | bzip2 > man/pb_ctl.1.bz2
bzip2 -kf man/pb_driver-load.1
Expand Down

0 comments on commit cce481d

Please sign in to comment.