Package: unionfs-source
Version: 1.4+debian-2

'make install' complains about missing directory

adrastea:/usr/src/modules/unionfs# make install
CFLAGS="-DCONFIG_UNION_FS=1 -DUNIONFS_IMAP" make -C
/lib/modules/`uname -r`/build SUBDIRS=`pwd`/build CONFIG_UNION_FS=m
CC="gcc" modules
make[1]: Entering directory `/usr/src/linux-2.6.18'
 Building modules, stage 2.
 MODPOST
make[1]: Leaving directory `/usr/src/linux-2.6.18'
install -d /lib/modules/`uname -r`/kernel/fs/unionfs
install -m 644 -c `pwd`/linux-2.6/unionfs.ko /lib/modules/`uname
-r`/kernel/fs/unionfs
install: cannot stat `/usr/src/modules/unionfs/linux-2.6/unionfs.ko':
No such file or directory
make: *** [install] Error 1


I suggest changing in the Makefile :

- install -m 644 -c `pwd`/linux-2.6/unionfs.ko $(MODPATH)
+ install -m 644 -c `pwd`/build/unionfs.ko $(MODPATH)


Cheers

--
Mathieu


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to