- Timestamp:
- 07/19/04 21:04:35 (4 years ago)
- Files:
-
- 1 modified
-
branches/openct-0.6/etc/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/openct-0.6/etc/Makefile.am
r445 r543 12 12 noinst_SCRIPTS = hotplug.openct init-script 13 13 14 hotplug.openct: hotplug.openct.in 15 sed -e "s#SBINDIR#${sbindir}#g" $^ > $@ 16 chmod 755 hotplug.openct 17 18 init-script: init-script.in 19 sed -e "s#SBINDIR#${sbindir}#g" $^ > $@ 20 chmod 755 init-script 21 14 22 %: %.in 15 23 sed -e "s#SBINDIR#${sbindir}#g" $^ > $@ 16 24 17 25 install-data-local: hotplug.openct 18 @set -e; if test - d$(DESTDIR)$(sysconfdir)/hotplug/usb; then \26 @set -e; if test -w $(DESTDIR)$(sysconfdir)/hotplug/usb; then \ 19 27 echo install -m 644 openct.usermap $(DESTDIR)$(sysconfdir)/hotplug/usb; \ 20 28 install -m 644 openct.usermap $(DESTDIR)$(sysconfdir)/hotplug/usb; \
