Don't install example files
svn: r559
This commit is contained in:
parent
9531b80436
commit
39af6f2cf3
@ -22,8 +22,6 @@ install:
|
||||
(cd src/filters; ${MAKE} install)
|
||||
(cd src/data; ${MAKE} install)
|
||||
-${INSTALL} -d ${bindir}
|
||||
-${INSTALL} -d ${sharedir}/example/gramps
|
||||
-${INSTALL} -d ${sharedir}/example/gedcom
|
||||
-${INSTALL} -d ${GNOMEHELP}/${GM}/C
|
||||
-${INSTALL} -d ${GNOMEHELP}/${EG}/C
|
||||
-${INSTALL} doc/${GM}/C/${GM}/*.html ${GNOMEHELP}/${GM}/C
|
||||
@ -31,9 +29,6 @@ install:
|
||||
-${INSTALL} doc/${EG}/C/${EG}/*.html ${GNOMEHELP}/${EG}/C
|
||||
${INSTALL} gramps.sh ${bindir}/gramps
|
||||
${INSTALL} doc/gramps.dtd ${sharedir}
|
||||
-${INSTALL} example/gramps/*.jpg ${sharedir}/example/gramps
|
||||
-${INSTALL} example/gramps/data.gramps ${sharedir}/example/gramps
|
||||
-${INSTALL} example/gedcom/*.ged ${sharedir}/example/gedcom
|
||||
chmod +x ${bindir}/gramps
|
||||
|
||||
uninstall:
|
||||
|
@ -53,8 +53,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{prefix}/share/gnome/apps/Applications/gramps.desktop
|
||||
%{prefix}/share/pixmaps/gramps.png
|
||||
%{prefix}/share/locale/*/LC_MESSAGES/gramps.mo
|
||||
%{prefix}/share/gramps/example/gedcom/*
|
||||
%{prefix}/share/gramps/example/gramps/*
|
||||
%{prefix}/share/gramps/*.py
|
||||
%{prefix}/share/gramps/*.pyo
|
||||
%{prefix}/share/gramps/*.so
|
||||
|
Loading…
Reference in New Issue
Block a user