Skip to content

Commit

Permalink
Fix pixmaps dir
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 30, 2014
1 parent af3d36a commit fdfe2ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pixmaps/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/usr/bin/make -f
include ../i-nex.mk
make:

convert i-nex.png -resize 16x16 i-nex-16.png
convert i-nex.png -resize 32x32 i-nex-32.png
convert i-nex.png -resize 128x128 i-nex-128.png

install:
mkdir -p ${DESTDIR}${datarootdir}/pixmaps
mkdir -p ${DESTDIR}$(PREFIX)/share/pixmaps
${INSTALL} 644 i-nex.png $(DESTDIR)$(PREFIX)/share/pixmaps/
${INSTALL} 644 i-nex-16.png $(DESTDIR)$(PREFIX)/share/pixmaps/
${INSTALL} 644 i-nex-32.png $(DESTDIR)$(PREFIX)/share/pixmaps/
Expand Down

0 comments on commit fdfe2ab

Please sign in to comment.