You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-terms/guake/files/guake-3.3.2-paths.patch

21 lines
763 B

--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@
@if [ -f guake/paths.py.dev ]; then rm -f guake/paths.py.dev; fi
@if [ -f guake/paths.py ]; then mv guake/paths.py guake/paths.py.dev; fi
- @cp -f guake/paths.py.in guake/paths.py
+ -@cp -f guake/paths.py.in guake/paths.py
@sed -i -e 's|{{ LOCALE_DIR }}|"$(localedir)"|g' guake/paths.py
@sed -i -e 's|{{ IMAGE_DIR }}|"$(IMAGE_DIR)"|g' guake/paths.py
@sed -i -e 's|{{ GLADE_DIR }}|"$(GLADE_DIR)"|g' guake/paths.py
@@ -368,7 +368,7 @@
generate-paths:
@echo "Generating path.py..."
- @cp -f guake/paths.py.in guake/paths.py
+ -@cp -f guake/paths.py.in guake/paths.py
@# Generic
@sed -i -e 's|{{ LOGIN_DESTOP_PATH }}|""|g' guake/paths.py
@sed -i -e 's|{{ AUTOSTART_FOLDER }}|""|g' guake/paths.py