[neon/backports-jammy/librime/Neon/unstable] debian: change dirs to copy files

Carlos De Maine null at kde.org
Sat Jan 27 07:04:40 GMT 2024


Git commit a2aff50ce55bd7b16f20d7e42a888d299cb089d9 by Carlos De Maine.
Committed on 27/01/2024 at 07:04.
Pushed by carlosdem into branch 'Neon/unstable'.

change dirs to copy files

M  +2    -0    debian/rules

https://invent.kde.org/neon/backports-jammy/librime/-/commit/a2aff50ce55bd7b16f20d7e42a888d299cb089d9

diff --git a/debian/rules b/debian/rules
index f31cfa4..0a62d37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,11 @@ endif
 	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
+	cd ../
 	cp -r ./librime-lua ./plugins/lua
 	cp -r ./librime-octagram ./plugins/octagram
 	cp -r ./librime-charcode ./plugins/charcode
+	cd build/
 	dh_auto_configure -Scmake -- \
 	    -DCMAKE_BUILD_TYPE=Release \
 	    -DINSTALL_PRIVATE_HEADERS=ON \


More information about the Neon-commits mailing list