diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-04 19:53:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-04 19:53:18 +0000 |
commit | 0030a550d56aa7e1be1098137307bc951f03b769 (patch) | |
tree | 3e0f453729f0ae9f89f19f4602cbcd7026fcede7 | |
parent | c543bd5e3936c71f8c3835923128b4274bd2def2 (diff) | |
download | rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar.gz rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar.bz2 rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.tar.xz rpmdrake-0030a550d56aa7e1be1098137307bc951f03b769.zip |
(install) add a missing colon
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ dirs: install: $(ALL) @for n in $(DIRS); do \ - make -C $$n install \ + make -C $$n install; \ done install -d $(SBINDIR) install rpmdrake MandrivaUpdate edit-urpm-sources.pl gurpmi.addmedia $(SBINDIR) |