diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:31:02 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:31:02 +0000 |
commit | 74d25aa2e637b05bb2a1518d0a405bf6e574d41c (patch) | |
tree | a7ab5db16aa2e99618a93e453978e29071ccae44 /Makefile | |
parent | 8b3637f106ecc00be07d5d41acc81340054ef77e (diff) | |
download | spec-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |