Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15:Update
pythia
pythia-makefile-destdir-support.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pythia-makefile-destdir-support.patch of Package pythia
Index: pythia8226/Makefile =================================================================== --- pythia8226.orig/Makefile +++ pythia8226/Makefile @@ -143,12 +143,12 @@ $(LOCAL_LIB)/_pythia8.so: $(LOCAL_INCLUD # Install (rsync is used for finer control). install: all - mkdir -p $(PREFIX_BIN) $(PREFIX_INCLUDE) $(PREFIX_LIB) $(PREFIX_SHARE) - rsync -a $(LOCAL_BIN)/* $(PREFIX_BIN) --exclude .svn - rsync -a $(LOCAL_INCLUDE)/* $(PREFIX_INCLUDE) --exclude .svn - rsync -a $(LOCAL_LIB)/* $(PREFIX_LIB) --exclude .svn - rsync -a $(LOCAL_SHARE)/* $(PREFIX_SHARE) --exclude .svn - rsync -a $(LOCAL_EXAMPLE) $(PREFIX_SHARE) --exclude .svn + mkdir -p $(DESTDIR)/$(PREFIX_BIN) $(DESTDIR)/$(PREFIX_INCLUDE) $(DESTDIR)/$(PREFIX_LIB) $(DESTDIR)/$(PREFIX_SHARE) + rsync -a $(LOCAL_BIN)/* $(DESTDIR)/$(PREFIX_BIN) --exclude .svn + rsync -a $(LOCAL_INCLUDE)/* $(DESTDIR)/$(PREFIX_INCLUDE) --exclude .svn + rsync -a $(LOCAL_LIB)/* $(DESTDIR)/$(PREFIX_LIB) --exclude .svn + rsync -a $(LOCAL_SHARE)/* $(DESTDIR)/$(PREFIX_SHARE) --exclude .svn + rsync -a $(LOCAL_EXAMPLE) $(DESTDIR)/$(PREFIX_SHARE) --exclude .svn # Clean. clean:
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