[PATCH] hardcoded path to ln is often wrong

Colin Watson cjwatson at debian.org
Mon Mar 27 05:50:50 EST 2006


On Debian, /usr/bin/ln doesn't exist; hardcoding the path to ln seems
like overkill. This patch removes that hardcoding.

=== modified file 'Makefile'
--- Makefile	
+++ Makefile	
@@ -73,7 +73,7 @@
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_DATA  = ${INSTALL} -m 644
 INSTALL_SCRIPT = ${INSTALL_PROGRAM}
-SYMLINK = /usr/bin/ln -sf
+SYMLINK = ln -sf
 
 # place to put our hotplug scripts nodes
 hotplugdir =	${etcdir}/hotplug

Thanks,

-- 
Colin Watson                                       [cjwatson at debian.org]



More information about the linux-pcmcia mailing list