Changeset 5f6535b
- Timestamp:
- Feb 21, 2006, 2:05:35 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e2b3c84
- Parents:
- 615dd64
- Location:
- udev
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/Makefile
r615dd64 r5f6535b 83 83 install-helper-functions: 84 84 install -m 644 contrib/common/helper.functions ${DESTDIR}/lib/udev/helper.functions 85 install -m 644 contrib/common/udev_helper ${DESTDIR}/etc/sysconfig/udev_helper 85 86 86 install-network: install-helper-functions 87 install -m ${SCRIPTMODE} contrib/network/network_helper.sh ${DESTDIR}/lib/udev/network_helper.sh 88 install -m ${INITMODE} contrib/network/network ${DESTDIR}/etc/rc.d/init.d/network 87 install-network: install-helper-functions install-network-update 89 88 @echo "Adding rules to ${DESTDIR}/etc/udev/rules.d/35-helper.rules." 90 89 @cp ${DESTDIR}/etc/udev/rules.d/35-helper.rules /tmp/first
Note:
See TracChangeset
for help on using the changeset viewer.