summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2006-07-12 17:40:00 +0000
committerOlivier Blin <oblin@mandriva.com>2006-07-12 17:40:00 +0000
commit359d12ed69afeaf6dcb945dbb248ad43a153e82a (patch)
tree3f17c25d61e64f1a738c572f4d70e14b375e3299 /Makefile
parent9220ae51decd67e78ef6053ca2578816dc1565d0 (diff)
downloadldetect-359d12ed69afeaf6dcb945dbb248ad43a153e82a.tar
ldetect-359d12ed69afeaf6dcb945dbb248ad43a153e82a.tar.gz
ldetect-359d12ed69afeaf6dcb945dbb248ad43a153e82a.tar.bz2
ldetect-359d12ed69afeaf6dcb945dbb248ad43a153e82a.tar.xz
ldetect-359d12ed69afeaf6dcb945dbb248ad43a153e82a.zip
use spec file from current directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d205ac..8f7850d 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install: build
install libldetect.h $(includedir)
rpm: srpm
- rpm -bb --clean --rmsource --rmspec $(RPM)/SPECS/$(project).spec
+ rpm -bb --clean --rmsource --rmspec $(project).spec
srpm: clean $(RPM)
(cd .. ; tar cfj $(RPM)/SOURCES/$(project).tar.bz2 $(project))