aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-14 21:26:59 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-14 21:26:59 +0000
commit820a84d9c25d71c5da333e4029d771eca90ba414 (patch)
treed81805882145b0933726d16340757677b1ed1bfa
parent6fbdcbdf69f8e784e4bdcb1d5ece97c633eaf93e (diff)
downloadrpmdrake-820a84d9c25d71c5da333e4029d771eca90ba414.tar
rpmdrake-820a84d9c25d71c5da333e4029d771eca90ba414.tar.gz
rpmdrake-820a84d9c25d71c5da333e4029d771eca90ba414.tar.bz2
rpmdrake-820a84d9c25d71c5da333e4029d771eca90ba414.tar.xz
rpmdrake-820a84d9c25d71c5da333e4029d771eca90ba414.zip
(install) move pragma cleaning from 'dis' here
(needed for next commits)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9110a2eb..d77a608d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@ dirs:
done
install: $(ALL)
+ find -name '*.pm' -o -name rpmdrake -o -name MageiaUpdate | xargs ./simplify-drakx-modules
+ ./simplify-drakx-modules {gurpmi.addmedia,edit-urpm-sources.pl}
@for n in $(DIRS); do make -C $$n install; done
install -d $(SBINDIR)
install rpmdrake MageiaUpdate edit-urpm-sources.pl gurpmi.addmedia $(SBINDIR)
@@ -47,8 +49,6 @@ dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf
- find $(NAME)-$(VERSION) -name '*.pm' -o -name rpmdrake -o -name MageiaUpdate | xargs ./simplify-drakx-modules
- ./simplify-drakx-modules $(NAME)-$(VERSION)/{gurpmi.addmedia,edit-urpm-sources.pl}
tar cfa ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)