Commit Graph

4 Commits

Author SHA1 Message Date
Harald Welte 566a1b942f Makefile.am: Fix "permission denied" during "make distcheck"
This fixes the following error during "make distcheck":
	echo 0.5.3.24-2a36 > ../../.version-t && mv ../../.version-t ../../.version
	/bin/sh: ../../.version-t: Permission denied
2018-04-19 00:09:15 +02:00
Dimitri Stolnikov 0c7ba8e03e don't install udev rules by default, as it may pollute the system
For cmake call with -DINSTALL_UDEV_RULES=ON for the rules to be
installed during the default install/uninstall stages.

For autotools call "make install-udev-rules" or "make uninstall-udev-

The rules file will be installed to "/etc/udev/rules.d".
2012-09-08 16:37:56 +02:00
Dimitri Stolnikov 0fb8543dde install (and uninstall) udev rules file 2012-09-02 22:15:55 +02:00
Dimitri Stolnikov 001bfb96ef add autotools based build system 2012-03-27 20:53:49 +02:00