diff options
| author | karltk <karltk@gentoo.org> | 2004-10-09 23:49:46 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-10-09 23:49:46 +0000 |
| commit | e45c1b2873c629f478a3efa085aa252281bcc9b3 (patch) | |
| tree | 0e164971a449cf80e65103893ab0ba42a5b0ec29 /trunk/src/etc-update | |
| parent | 57b302ba690c9c103d8493386a49929dd4462a62 (diff) | |
| download | gentoolkit-e45c1b2873c629f478a3efa085aa252281bcc9b3.tar.gz | |
Fixes Makefiles to work with posix shells
svn path=/; revision=150
Diffstat (limited to 'trunk/src/etc-update')
| -rw-r--r-- | trunk/src/etc-update/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/etc-update/Makefile b/trunk/src/etc-update/Makefile index a9327c7..95838ad 100644 --- a/trunk/src/etc-update/Makefile +++ b/trunk/src/etc-update/Makefile @@ -11,10 +11,10 @@ all: dist: mkdir -p ../../$(distdir)/src/etc-update - cp {Makefile,AUTHORS,README,TODO,ChangeLog,etc-update,etc-update.1} ../../$(distdir)/src/etc-update/ + cp Makefile AUTHORS README TODO ChangeLog etc-update etc-update.1 ../../$(distdir)/src/etc-update/ install: install -m 0755 etc-update $(bindir)/ install -d $(docdir)/etc-update - install -m 0644 {AUTHORS,ChangeLog,README} $(docdir)/etc-update/ + install -m 0644 AUTHORS ChangeLog README $(docdir)/etc-update/ install -m 0644 etc-update.1 $(mandir)/ |
