commit | 58acf95276f7709d16aff57f9e9e40a397cf68d9 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Sun Nov 13 12:23:13 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Sun Nov 13 12:23:13 2005 +0000 |
tree | 0fe03fcb6f8d5980b47b3c0b4985ea9c15cf52a4 | |
parent | 308ea9f233aad3a4c766933865ba81a1d27f3f85 [diff] [blame] |
use tmp direcory for rpmbuild
diff --git a/Makefile b/Makefile index d765569..ad7a663 100644 --- a/Makefile +++ b/Makefile
@@ -186,7 +186,7 @@ .PHONY: rpmbuild rpmbuild: cp ../$(DIR).tar.gz /usr/src/redhat/SOURCES/ - rpmbuild --buildroot $(shell mktemp -d $(DIR)-XXXXX) -bb ebtables.spec + rpmbuild --buildroot $(shell mktemp -td $(DIR)-XXXXX) -bb ebtables.spec .PHONY: test_ulog test_ulog: examples/ulog/test_ulog.c getethertype.o