Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
liquid-dsp
liquid-dsp-fix-destdir.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File liquid-dsp-fix-destdir.diff of Package liquid-dsp
diff --git a/makefile.in b/makefile.in index 33a458d..ce3542a 100644 --- a/makefile.in +++ b/makefile.in @@ -1185,9 +1185,9 @@ help: install: all @echo "installing..." @echo "" - mkdir -p $(DESTDIR)$(exec_prefix)$(libdir) + mkdir -p $(DESTDIR)$(libdir) mkdir -p $(DESTDIR)$(prefix)/include/liquid - install -m 644 -p $(SHARED_LIB) libliquid.a $(DESTDIR)$(exec_prefix)$(libdir) + install -m 644 -p $(SHARED_LIB) libliquid.a $(DESTDIR)$(libdir) install -m 644 -p $(addprefix include/,$(headers_install)) $(DESTDIR)$(prefix)/include/liquid @echo "" @echo "---------------------------------------------------------" @@ -1197,7 +1197,7 @@ install: all @echo " libraries by running 'ldconfig' to make the shared" @echo " object available. You might also need to modify your" @echo " LD_LIBRARY_PATH environment variable to include the" - @echo " directory $(DESTDIR)$(exec_prefix)" + @echo " directory $(DESTDIR)$(libdir)" @echo "" @echo " Please report bugs to $(BUGREPORT)" @echo "---------------------------------------------------------" @@ -1210,8 +1210,8 @@ install: all uninstall: @echo "uninstalling..." $(RM) $(addprefix $(DESTDIR)$(prefix)/include/liquid/, $(headers_install)) - $(RM) $(DESTDIR)$(exec_prefix)$(libdir)/libliquid.a - $(RM) $(DESTDIR)$(exec_prefix)$(libdir)/$(SHARED_LIB) + $(RM) $(DESTDIR)$(libdir)/libliquid.a + $(RM) $(DESTDIR)$(libdir)/$(SHARED_LIB) @echo "done." ##
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