[neon/neon-packaging/koko/Neon/unstable] debian: must copy the geonames data as the build fails with ln -s

Harald Sitter null at kde.org
Mon Jun 12 07:22:29 BST 2023


Git commit 1e9b693e205e048eed62762834993c032d144de1 by Harald Sitter.
Committed on 12/03/2015 at 08:30.
Pushed by carlosdem into branch 'Neon/unstable'.

must copy the geonames data as the build fails with ln -s

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/koko/-/commit/1e9b693e205e048eed62762834993c032d144de1

diff --git a/debian/rules b/debian/rules
index 65a3ec6..fbbc478 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ debian/geonames/%:
 	cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
 
 geonames_deploy: $(GEONAME_DUMPS)
-	ln -s $(GEONAME_DUMPS) src/
+	cp -v $(GEONAME_DUMPS) src/
 
 geonames_undeploy: $(GEONAME_DUMPS)
 	rm -rf $(GEONAME_SRCS)



More information about the Neon-commits mailing list