[Groonga-commit] groonga/groonga at 54a1843 [master] source: use $(PACKAGE) for consistency

Back to archive index
Kentaro Hayashi null+****@clear*****
Wed Mar 27 12:50:20 JST 2019


Kentaro Hayashi	2019-03-27 12:50:20 +0900 (Wed, 27 Mar 2019)

  Revision: 54a18438ad2bb3aaf8f942891c6fd09af899ddf2
  https://github.com/groonga/groonga/commit/54a18438ad2bb3aaf8f942891c6fd09af899ddf2

  Message:
    source: use $(PACKAGE) for consistency

  Modified files:
    packages/source/Makefile.am

  Modified: packages/source/Makefile.am (+2 -2)
===================================================================
--- packages/source/Makefile.am    2019-03-27 12:40:07 +0900 (7cef38127)
+++ packages/source/Makefile.am    2019-03-27 12:50:20 +0900 (4650f7b0d)
@@ -26,8 +26,8 @@ ensure-signed-archive: $(FILES)
 
 ensure-latest-archive: $(FILES)
 	cd files &&							\
-	ln -sf groonga-$(VERSION).zip groonga-latest.zip;		\
-	ln -sf groonga-$(VERSION).tar.gz groonga-latest.tar.gz
+	ln -sf $(PACKAGE)-$(VERSION).zip $(PACKAGE)-latest.zip;		\
+	ln -sf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-latest.tar.gz
 
 download: ensure-rsync-path
 	rsync -avz --progress --delete $(RSYNC_PATH)/source/groonga/ files
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190327/ad22b327/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index