[neon/neon-packaging/koko/Neon/unstable] debian: Make sure we return to the right dir

Rohan Garg null at kde.org
Mon Jun 12 07:22:29 BST 2023


Git commit 837bbfbfa2034f6e401fcdfc2f0dad3dfbd02c56 by Rohan Garg.
Committed on 23/06/2015 at 01:50.
Pushed by carlosdem into branch 'Neon/unstable'.

Make sure we return to the right dir

M  +2    -0    debian/rules

https://invent.kde.org/neon/neon-packaging/koko/-/commit/837bbfbfa2034f6e401fcdfc2f0dad3dfbd02c56

diff --git a/debian/rules b/debian/rules
index 4e6779c..bc2b41f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,10 @@ GEONAME_SRCS := $(addprefix src/, $(GEONAME_DATA_FILES))
 	dh $@ --with kf5 --parallel
 
 debian/geonames/%:
+	pushd
 	mkdir -p debian/geonames/
 	cd debian/geonames/ && wget -q http://download.geonames.org/export/dump/$*
+	popd
 
 geonames_deploy: $(GEONAME_DUMPS)
 	cp -v $(GEONAME_DUMPS) src/



More information about the Neon-commits mailing list