summarylogtreecommitdiffstats
path: root/git-update-index.patch
blob: 6aaede335ebc88b289d0d668b547bb935bc7a9c5 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Makefile	2016-05-17 20:25:35.000000000 +0200
+++ b/Makefile	2016-05-22 19:58:40.180543827 +0200
@@ -193,7 +193,6 @@
 	APP="$$LANTERN_UI/app" && \
 	DIST="$$LANTERN_UI/dist" && \
 	echo 'var LANTERN_BUILD_REVISION = "$(GIT_REVISION_SHORTCODE)";' > $$APP/js/revision.js && \
-	git update-index --assume-unchanged $$APP/js/revision.js && \
 	DEST="$@" && \
 	cd $$LANTERN_UI && \
 	npm install && \