aboutsummaryrefslogtreecommitdiffstats
path: root/magic.prov
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-09-08 21:55:52 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-09-08 21:55:52 +0000
commitd81d36055bae9f301e6640ede342d55c1071d83e (patch)
tree8c796d10656464ae39998f4bfd07b237dd3fbb09 /magic.prov
parent7f63c807f765543c1a284a074e30b078b2c67e09 (diff)
downloadrpm-setup-d81d36055bae9f301e6640ede342d55c1071d83e.tar
rpm-setup-d81d36055bae9f301e6640ede342d55c1071d83e.tar.gz
rpm-setup-d81d36055bae9f301e6640ede342d55c1071d83e.tar.bz2
rpm-setup-d81d36055bae9f301e6640ede342d55c1071d83e.tar.xz
rpm-setup-d81d36055bae9f301e6640ede342d55c1071d83e.zip
Add an automatic rm -fr %buildroot at the beginning of %install scriptlet
Diffstat (limited to 'magic.prov')
0 files changed, 0 insertions, 0 deletions
4.5.14.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56a4da9..fc40cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
NAME = bootloader-theme
# urpmq -f gfxboot
UPSTREAM_VERSION = 4.5.14
-VERSION = $(UPSTREAM_VERSION).1
+VERSION = $(UPSTREAM_VERSION).2
BINDIR := $(shell [ -x ../../gfxboot-compile ] && echo ../../ )
@@ -90,4 +90,3 @@ dist:
rm -rf ../$(NAME)-$(VERSION).tar*
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz
$(info $(NAME)-$(VERSION).tar.xz is ready)
-