- 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:
parent
f1bd513a4d
commit
b29873052b
2 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue