src/Makefile.am: correction de hardlinks en préfixe
This commit is contained in:
parent
c493efd5b2
commit
246811a4a6
|
@ -9,8 +9,8 @@ noinst_HEADERS = $(srcdir)/*.h
|
||||||
bin_PROGRAMS = xmlcopyeditor
|
bin_PROGRAMS = xmlcopyeditor
|
||||||
bindir = ${prefix}/bin
|
bindir = ${prefix}/bin
|
||||||
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
||||||
pixmapdir = /usr/share/pixmaps
|
pixmapdir = ${prefix}/share/pixmaps
|
||||||
applicationsdir = /usr/share/applications
|
applicationsdir = ${prefix}/share/applications
|
||||||
|
|
||||||
# the application source, library search path, and link libraries
|
# the application source, library search path, and link libraries
|
||||||
xmlcopyeditor_SOURCES = aboutdialog.cpp \
|
xmlcopyeditor_SOURCES = aboutdialog.cpp \
|
||||||
|
|
|
@ -431,7 +431,7 @@ top_srcdir = @top_srcdir@
|
||||||
# these are the headers for your project
|
# these are the headers for your project
|
||||||
noinst_HEADERS = $(srcdir)/*.h
|
noinst_HEADERS = $(srcdir)/*.h
|
||||||
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
||||||
pixmapdir = /usr/share/pixmaps
|
pixmapdir = ${prefix}/share/pixmaps
|
||||||
applicationsdir = /usr/share/applications
|
applicationsdir = /usr/share/applications
|
||||||
|
|
||||||
# the application source, library search path, and link libraries
|
# the application source, library search path, and link libraries
|
||||||
|
|
|
@ -36,5 +36,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{prefix}/bin/xmlcopyeditor
|
%{prefix}/bin/xmlcopyeditor
|
||||||
%{prefix}/share/xmlcopyeditor/*
|
%{prefix}/share/xmlcopyeditor/*
|
||||||
/usr/share/applications/xmlcopyeditor.desktop
|
%{prefix}/applications/xmlcopyeditor.desktop
|
||||||
/usr/share/pixmaps/xmlcopyeditor.png
|
%{prefix}/pixmaps/xmlcopyeditor.png
|
||||||
|
|
Loading…
Reference in New Issue