summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-12 10:09:50 +0200
committerRemi Collet <remi@remirepo.net>2017-04-12 10:09:50 +0200
commit62a68173a0ebdaa92c572eaf29e743fae321f696 (patch)
tree7f5223f5072ce1de937d516899f4f08312b2bc48
parent2c71a67fe4590f13a22c5af3739ab097de871b7c (diff)
typo
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4da90da..df6db15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
php-*.tar.xz
php-src-*.tar.gz
-php71-pgp-*.src.rpm
+php72-php-*.src.rpm
diff --git a/Makefile b/Makefile
index 521e7b3..619f3b7 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,4 @@ NAME := $(shell basename $(SRCDIR))
include ../../common/Makefile
srpm:
- rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php71' -bs $(NAME).spec
+ rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php72' -bs $(NAME).spec