[neon/neon-packaging/koko/Neon/unstable] debian: bummer, fix dump target :|
Harald Sitter
null at kde.org
Mon Jun 12 07:22:29 BST 2023
Git commit 963a074d27a035d350f23854669741761c27d3c6 by Harald Sitter.
Committed on 12/03/2015 at 08:14.
Pushed by carlosdem into branch 'Neon/unstable'.
bummer, fix dump target :|
M +3 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/koko/-/commit/963a074d27a035d350f23854669741761c27d3c6
diff --git a/debian/rules b/debian/rules
index 98e3298..65a3ec6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,9 @@ GEONAME_DATA_FILES := cities1000.zip admin1CodesASCII.txt admin2Codes.txt
GEONAME_DUMPS := $(addprefix debian/geonames/, $(GEONAME_DATA_FILES))
GEONAME_SRCS := $(addprefix src/, $(GEONAME_DATA_FILES))
-dump/%:
- mkdir -p dump
- cd dump && wget -q http://download.geonames.org/export/dump/$*
+debian/geonames/%:
+ mkdir -p debian/geonames/
+ cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
geonames_deploy: $(GEONAME_DUMPS)
ln -s $(GEONAME_DUMPS) src/
More information about the Neon-commits
mailing list