Skip to content
Snippets Groups Projects
Commit 5e933a0b authored by Mathieu L Bouchard's avatar Mathieu L Bouchard
Browse files

removed my .png, .desktop, and my install-icon rule in pd/src/makefile.in

parent 30fb298b
No related branches found
No related tags found
No related merge requests found
[Desktop Entry]
Type=Application
Name=pd-l2ork
Exec=pd-l2ork
Icon=pd-l2ork
StartupNotify=true
pd/icons/pd-l2ork_48px.png

4.44 KiB

......@@ -349,9 +349,3 @@ etags_Linux:
etags_MINGW:
find /usr/local/include/ -type f -name \*.h -exec etags -a '{}' \;
install-icon::
D=$$(case "$(DESTDIR)$(prefix)" in /home/*) echo "$$HOME/.local/share";; *) echo "/usr/share";; esac); \
echo $$D; \
install -m644 ../icons/pd-l2ork_48px.png $$D/icons/hicolor/48x48/apps/pd-l2ork.png; \
install -m644 ../icons/pd-l2ork.desktop $$D/applications/pd-l2ork.desktop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment