- Is it so damn difficult to keep that Makefile updated and in sorted order, huh?

- Update specfile to use "make install-strip"


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1155 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-14 18:19:34 +00:00
parent f1bd513a4d
commit b29873052b
2 changed files with 5 additions and 4 deletions

View file

@ -84,7 +84,7 @@ make pdf
%install
cd ${RPM_BUILD_DIR}/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/build
make DESTDIR="${RPM_BUILD_ROOT}/${_prefix}" install
make DESTDIR="${RPM_BUILD_ROOT}/${_prefix}" install-strip
%files
%defattr(-,root,root)