Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
pcsc-towitoko
towitoko-destdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File towitoko-destdir.patch of Package pcsc-towitoko
--- doc/Makefile.am +++ doc/Makefile.am @@ -41,12 +41,12 @@ test -f CT_data.3 || $(LN_S) ctapi.3 CT_data.3 && \ test -f CT_close.3 || $(LN_S) ctapi.3 CT_close.3) if INSTALL_USB_BUNDLE - install -D -m 644 Info.plist "@PCSC_LITE_DIR@/towitoko.bundle/Contents/Info.plist" + install -D -m 644 Info.plist "$(DESTDIR)@PCSC_LITE_DIR@/towitoko.bundle/Contents/Info.plist" endif uninstall-hook: (cd $(DESTDIR)$(man3dir) && rm -f CT_init.3 CT_data.3 CT_close.3) if INSTALL_USB_BUNDLE - rm -f "@PCSC_LITE_DIR@/towitoko.bundle/Contents/Info.plist" + rm -f "$(DESTDIR)@PCSC_LITE_DIR@/towitoko.bundle/Contents/Info.plist" endif --- src/driver/Makefile.am +++ src/driver/Makefile.am @@ -37,13 +37,13 @@ install-exec-hook: if INSTALL_USB_BUNDLE - install -d "@PCSC_LITE_DIR@/towitoko.bundle/Contents/Linux" - (cd "@PCSC_LITE_DIR@/towitoko.bundle/Contents/Linux" && \ + install -d "$(DESTDIR)@PCSC_LITE_DIR@/towitoko.bundle/Contents/Linux" + (cd "$(DESTDIR)@PCSC_LITE_DIR@/towitoko.bundle/Contents/Linux" && \ test -f libtowitoko.so.2.0.0 || $(LN_S) @libdir@/libtowitoko.so.2.0.0 .) endif uninstall-hook: if INSTALL_USB_BUNDLE - rm -rf "@PCSC_LITE_DIR@/towitoko.bundle" + rm -rf "$(DESTDIR)@PCSC_LITE_DIR@/towitoko.bundle" endif
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