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

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


Git commit 1f0aaddc000298871534f05b9f7a569458e3413d by Rohan Garg.
Committed on 23/06/2015 at 01:59.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "Make sure we return to the right dir"

This reverts commit 837bbfbfa2034f6e401fcdfc2f0dad3dfbd02c56.

M  +0    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index bc2b41f..4e6779c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,8 @@ 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