Merge pull request #17031 from vandenoever/spectacle

kde5.spectacle: use postInstall instead of postFixup
This commit is contained in:
Frederik Rietdijk 2016-07-18 23:00:14 +02:00 committed by GitHub
commit cb53771d93

View file

@ -29,7 +29,7 @@ kdeApp {
kconfig kcoreaddons kdbusaddons kdeclarative ki18n kio knotifications
kscreen kwidgetsaddons kwindowsystem kxmlgui libkipi xcb-util-cursor
];
postFixup = ''
postInstall = ''
wrapQtProgram "$out/bin/spectacle"
'';
}