mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Use datadir for xpm path
Again, this follows autotools conventions.
This commit is contained in:
parent
223ba3f5e7
commit
bc4cacbe47
@ -33,5 +33,6 @@ docdir=@docdir@
|
||||
htmldir=@htmldir@
|
||||
mandir=@mandir@
|
||||
bindir=@bindir@
|
||||
datadir=@datadir@
|
||||
datarootdir=@datarootdir@
|
||||
xca_prefix=${datarootdir}/${PACKAGE_TARNAME}
|
||||
|
||||
@ -13,7 +13,7 @@ include $(TOPDIR)/Rules.mak
|
||||
sinclude .depend
|
||||
|
||||
install: xca-32x32.xpm
|
||||
install -D -m 644 $^ $(DESTDIR)$(prefix)/share/pixmaps/xca-32x32.xpm
|
||||
install -D -m 644 $^ $(DESTDIR)$(datadir)/pixmaps/xca-32x32.xpm
|
||||
|
||||
imgres.cpp: imgres.rcc
|
||||
@$(PRINT) " RCC [$(BASENAME)] $@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user