aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@mandriva.org>2000-07-20 19:31:02 +0000
committerChmouel Boudjnah <chmouel@mandriva.org>2000-07-20 19:31:02 +0000
commit74d25aa2e637b05bb2a1518d0a405bf6e574d41c (patch)
treea7ab5db16aa2e99618a93e453978e29071ccae44 /Makefile
parent8b3637f106ecc00be07d5d41acc81340054ef77e (diff)
downloadspec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar
spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar.gz
spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar.bz2
spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.tar.xz
spec-helper-74d25aa2e637b05bb2a1518d0a405bf6e574d41c.zip
macroszification: a new greatest hit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0472e56..ead184e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ FILES= spec-helper clean_files compress_files strip_files relative_me_babe
DISTFILES= Makefile ChangeLog Howto-spec-helper $(FILES)
NAME=spec-helper
DIST=$(NAME)-$(VERSION)
+bindir=/usr/bin
all:
@echo "use make install or make dist"
@@ -26,6 +27,8 @@ dist:
rm -rf $(DIST)
install:
+ install -d -m755 $(bindir)
+ install -m755 macroszification $(bindir)/
install -d -m 755 $(DESTDIR)/usr/share/spec-helper
install -m 755 $(FILES) $(DESTDIR)/usr/share/spec-helper