diff options
author | Colin Guthrie <colin@mageia.org> | 2014-07-29 01:33:36 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-07-29 01:42:38 +0100 |
commit | 94413eb36fb609eab7873f97926c3ee5c634ea8e (patch) | |
tree | ed64acd82f0d77b6a5ee532aa7ea7af690978700 /Makefile | |
parent | a6432c73f660cfa196fa4ad061f789a93cd81bf4 (diff) | |
download | mgatools-94413eb36fb609eab7873f97926c3ee5c634ea8e.tar mgatools-94413eb36fb609eab7873f97926c3ee5c634ea8e.tar.gz mgatools-94413eb36fb609eab7873f97926c3ee5c634ea8e.tar.bz2 mgatools-94413eb36fb609eab7873f97926c3ee5c634ea8e.tar.xz mgatools-94413eb36fb609eab7873f97926c3ee5c634ea8e.zip |
move: Rename mga-move-update to mga-move-pkg
The -update suffix was no longer relevant since support for other subsections
than 'updates' was added.
Also install it :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ install: $(ALL) install mga-hdlists-cauldron $(DESTDIR)/usr/bin install mga-hdlists-updates $(DESTDIR)/usr/bin install mga-hdlists-backports $(DESTDIR)/usr/bin + install mga-move-pkg $(DESTDIR)/usr/bin install -d $(DESTDIR)/$(PERL_VENDORLIB)/MGATools for i in rpmsrate.pm iso.pm; do install pm/MGATools/$$i $(DESTDIR)/$(PERL_VENDORLIB)/MGATools/; done |