|
Differences installing fuse with checkinstall and with make
Hi guys.
I was making a fuse package (v. 2.6.5) for my slackware-current and I installed it in a temp directory with make DESTDIR=/mydir install.
I noticed that make install creates, amongst others:
dev/fuse
etc/init.d/fuse
/dev/fuse already exists (in devs-2.3.1-noarch-25) and, after reading through /etc/init.d/fuse, I think this file isn't needed.
BTW, I tried a checkinstall and noticed that neither dev/fuse nor etc/init.d/fuse were included in the package. Moreover, doinst.sh created by checkinstall includes:
( cd etc ; rm -rf init.d )
( cd etc ; ln -sf rc.d/init.d init.d )
So, every file included in init.d would be deleted!
Can someone explain me checkinstall behaviour?
Thanks,
Enrico,
|