Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:johannes_p
fec
fec-3.0.1-DESTDIR.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fec-3.0.1-DESTDIR.patch of Package fec
--- fec-3.0.1.orig/makefile.in 2011-10-03 23:31:59.993217878 +0200 +++ fec-3.0.1/makefile.in 2011-10-03 23:31:32.068223978 +0200 @@ -46,16 +46,16 @@ ./vtest615 install: all - mkdir -p @libdir@ - install -m 644 -p $(SHARED_LIB) libfec.a @libdir@ - (cd @libdir@;ln -f -s $(SHARED_LIB) libfec.so) - ### not for RPM, RPM does not build as (fake)-root: user@REBIND@ -n @libdir@ + mkdir -p $(DESTDIR)@libdir@ + install -m 644 -p $(SHARED_LIB) libfec.a $(DESTDIR)@libdir@ + (cd $(DESTDIR)@libdir@;ln -f -s $(SHARED_LIB) libfec.so) + ### not for RPM, RPM does not build as (fake)-root: user@REBIND@ -n $(DESTDIR)@libdir@ mkdir -p @includedir@ install -m 644 -p fec.h @includedir@ mkdir -m 0755 -p @mandir@/man3 install -m 644 -p simd-viterbi.3 rs.3 dsp.3 @mandir@/man3 - mkdir -m 0755 -p @libdir@/pkgconfig - install -m 644 -p fec@SO_NAME@.pc @libdir@/pkgconfig + mkdir -m 0755 -p $(DESTDIR)@libdir@/pkgconfig + install -m 644 -p fec@SO_NAME@.pc $(DESTDIR)@libdir@/pkgconfig peaktest: peaktest.o libfec.a $(CC) $(CFLAGS) -g -o $@ $^
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor