Skip to content

Instantly share code, notes, and snippets.

@freaktechnik
Created February 15, 2014 23:18
Show Gist options
  • Save freaktechnik/9026641 to your computer and use it in GitHub Desktop.
Save freaktechnik/9026641 to your computer and use it in GitHub Desktop.
Nightingale make install
ifeq (, $(filter linux, $(OSTYPE)))
$(error Installing using make is currently not supported on your operating system)
endif
$(CP) $(DISTDIR) /usr/lib/nightingale
ln -s /usr/lib/nightingale/nightingale /usr/bin/nightingale
xdg-icon-ressource install --novendor --size 512 $(DISTDIR)/chrome/icons/default/default.xpm nightingale
xdg-desktop-menu install --novendor $(TOPSRCDIR)/debian/nightingale.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment