forked from pool/pcsc-towitoko
Version bump! Enjoy. OBS-URL: https://build.opensuse.org/request/show/1030062 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-towitoko?expand=0&rev=9
41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
diff --git a/doc/Makefile.am b/doc/Makefile.am
|
|
index 3752c9c..c04859e 100644
|
|
--- a/doc/Makefile.am
|
|
+++ b/doc/Makefile.am
|
|
@@ -41,12 +41,12 @@ install-data-hook:
|
|
test -f CT_data.3 || $(LN_S) $(shell echo ctapi | sed '$(transform)').3 CT_data.3 && \
|
|
test -f CT_close.3 || $(LN_S) $(shell echo ctapi | sed '$(transform)').3 CT_close.3)
|
|
if INSTALL_USB_BUNDLE
|
|
- install -D -m 644 Info.plist "@PCSC_LITE_DIR@/drivers/towitoko.bundle/Contents/Info.plist"
|
|
+ install -D -m 644 Info.plist "@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@/drivers/towitoko.bundle/Contents/Info.plist"
|
|
+ rm -f "@PCSC_LITE_DIR@/towitoko.bundle/Contents/Info.plist"
|
|
endif
|
|
|
|
diff --git a/src/driver/Makefile.am b/src/driver/Makefile.am
|
|
index c17a761..30c3879 100644
|
|
--- a/src/driver/Makefile.am
|
|
+++ b/src/driver/Makefile.am
|
|
@@ -37,13 +37,13 @@ libtowitoko_la_LIBADD = $(top_builddir)/src/ct-api/libtowitoko-ctapi.la \
|
|
|
|
install-exec-hook:
|
|
if INSTALL_USB_BUNDLE
|
|
- install -d "@PCSC_LITE_DIR@/drivers/towitoko.bundle/Contents/Linux"
|
|
- (cd "@PCSC_LITE_DIR@/drivers/towitoko.bundle/Contents/Linux" && \
|
|
+ install -d "@PCSC_LITE_DIR@/towitoko.bundle/Contents/Linux"
|
|
+ (cd "@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@/drivers/towitoko.bundle"
|
|
+ rm -rf "@PCSC_LITE_DIR@/towitoko.bundle"
|
|
endif
|
|
|