summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xmga-move-pkg (renamed from mga-move-update)2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a0953f..2a44b07 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/mga-move-update b/mga-move-pkg
index b8529c1..3bfcae3 100755
--- a/mga-move-update
+++ b/mga-move-pkg
@@ -188,7 +188,7 @@ else
fi
cat "$mailcommands" >>"$mailcontent"
- /usr/bin/mailx -s "mga-move-update $release $section $srcname" -S "from=$moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent"
+ /usr/bin/mailx -s "$0 $release $section $srcname" -S "from=$moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent"
if [ -n "$sync" ]; then
update_distro_hdlist "$release" "$section" "$sourcesubsection"