aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Daniel Ruiz de Alegría <daniel@drasite.com>2019-04-28 00:23:06 +0200
committerLibravatar Daniel Ruiz de Alegría <daniel@drasite.com>2019-04-28 00:23:06 +0200
commit53e826f60acc9b775a9ede4b06301b5bbaa6a601 (patch)
treef4b276438df836532b1fe78ee13f64fb94eac133
parent4683132630c7a591504051acfe033cc0d8cfb7d7 (diff)
downloadflat-remix-53e826f60acc9b775a9ede4b06301b5bbaa6a601.tar.gz
flat-remix-53e826f60acc9b775a9ede4b06301b5bbaa6a601.zip
Fix flat-remix-gtk.spec to flat-remix.spec20190427
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6676e3e1..4d10a2d14 100644
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,8 @@ aur_release: _get_tag
git push origin
copr_release: _get_tag
- sed "s/Version:.*/Version: $(TAG)/" -i flat-remix-gtk.spec
- git commit flat-remix-gtk.spec -m "Update flat-remix-gtk.spec version $(TAG)"
+ sed "s/Version:.*/Version: $(TAG)/" -i flat-remix.spec
+ git commit flat-remix.spec -m "Update flat-remix.spec version $(TAG)"
git push origin
undo_release: _get_tag