Skip to content

Commit

Permalink
Prepare to PPA and refactoring _get_version target
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Jan 17, 2017
1 parent 11b206f commit 9d2bec6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
@@ -1,4 +1,4 @@
all: install
all:

install:
mkdir -p $(DESTDIR)/usr/share
Expand Down Expand Up @@ -41,8 +41,7 @@ uninstall:
-rm -rf $(DESTDIR)/usr/share/yakuake/skins/arc-dark

_get_version:
$(eval DATE := $(shell git show -s --format=%cd --date=format:%Y%m%d HEAD))
$(eval VERSION := $(DATE))
$(eval VERSION := $(shell git show -s --format=%cd --date=format:%Y%m%d HEAD))
@echo $(VERSION)

push:
Expand Down

0 comments on commit 9d2bec6

Please sign in to comment.