Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 22 lines 957 B view raw
1diff --git a/src/ui/ui.pro b/src/ui/ui.pro 2index a1346eb..f8052a2 100644 3--- a/src/ui/ui.pro 4+++ b/src/ui/ui.pro 5@@ -293,16 +293,9 @@ unix:!macx { 6 appstream.path = "$$INSTALL_ROOT$$PREFIX/share/metainfo/" 7 appstream.files += "$$INSTALLFILESDIR/notepadqq.appdata.xml" 8 9- # == Dummy target used to fix permissions at the end of the install == 10- # A random path. Without one, qmake refuses to create the rule. 11- set_permissions.path = "$$INSTALL_ROOT$$PREFIX/bin/" 12- # We want to keep $$INSTALL_ROOT as a variable in the makefile, so we use $(INSTALL_ROOT) 13- unix:set_permissions.extra = chmod 755 $(INSTALL_ROOT)\"$$PREFIX/bin/notepadqq\" 14- 15 # MAKE INSTALL 16 INSTALLS += target \ 17 icon_h16 icon_h22 icon_h24 icon_h32 icon_h48 icon_h64 icon_h96 icon_h128 icon_h256 icon_h512 icon_hscalable \ 18- misc_data launch shortcuts appstream \ 19- set_permissions 20+ misc_data launch shortcuts appstream 21 22 }