[neon/snap-packaging/snapcraft-desktop-integration] kde-neon-6: Fix formatting Makefile in hopes to get launcher specific fixed.

Scarlett Moore null at kde.org
Tue Nov 19 14:18:19 GMT 2024


Git commit af7275ff853e29edc1d2288014128dcc8015e472 by Scarlett Moore.
Committed on 19/11/2024 at 14:17.
Pushed by scarlettmoore into branch 'master'.

Fix formatting Makefile in hopes to get launcher specific fixed.

M  +2    -2    kde-neon-6/Makefile

https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/af7275ff853e29edc1d2288014128dcc8015e472

diff --git a/kde-neon-6/Makefile b/kde-neon-6/Makefile
index 5278941..192ed5c 100644
--- a/kde-neon-6/Makefile
+++ b/kde-neon-6/Makefile
@@ -19,8 +19,8 @@ clean:
 
 $(DEST_LAUNCHER):
 	@cat $(SRC_DIR)/init > $(DEST_LAUNCHER)
-  # tail -n +2 to remove the shebang
-        @tail -n +2 $(SRC_DIR)/desktop-exports | sed -e "s/%PLATFORM_PLUG%/$${PLATFORM_PLUG:?}/" -e "s/%WITH_GRAPHICS%/$(WITH_GRAPHICS)/" >> $(DEST_LAUNCHER)
+         # tail -n +2 to remove the shebang
+	@tail -n +2 $(SRC_DIR)/desktop-exports | sed -e "s/%WITH_GRAPHICS%/$(WITH_GRAPHICS)/" >> $(DEST_LAUNCHER)
 	@tail -n +2 $(SRC_DIR)/launcher-specific >> $(DEST_LAUNCHER)
 	@tail -n +2 $(SRC_DIR)/mark-and-exec >> $(DEST_LAUNCHER)
 


More information about the Neon-commits mailing list