diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-10-27 20:41:55 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-11-07 14:26:02 +0000 |
commit | f419f56628fdcbf4bd5865d0d61147066ba27b17 (patch) | |
tree | f3ba5713b67ca5abc444ebb51140cd5b0ad79f03 /data/dispatcher-fcc-unlock | |
parent | 3c430ce292e2aee7bffb917ba009c9b39646b964 (diff) |
build: drop autotools
Diffstat (limited to 'data/dispatcher-fcc-unlock')
-rw-r--r-- | data/dispatcher-fcc-unlock/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/data/dispatcher-fcc-unlock/Makefile.am b/data/dispatcher-fcc-unlock/Makefile.am deleted file mode 100644 index 7f6224ca..00000000 --- a/data/dispatcher-fcc-unlock/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ - -# Directory for user-enabled tools -fccunlockuser = $(pkgsysconfdir)/fcc-unlock.d - -# Directory for package-enabled tools -fccunlockpackage = $(pkglibdir)/fcc-unlock.d - -# Shipped but disabled FCC unlock tools -fccunlockavailabledir = $(pkgdatadir)/fcc-unlock.available.d -fccunlockavailable_SCRIPTS = \ - 105b \ - 1199 \ - 1eac \ - 2c7c \ - $(NULL) - -EXTRA_DIST = $(fccunlockavailable_SCRIPTS) - -install-data-hook: - $(MKDIR_P) $(DESTDIR)$(fccunlockuser); \ - $(MKDIR_P) $(DESTDIR)$(fccunlockpackage); \ - cd $(DESTDIR)$(fccunlockavailabledir); \ - chmod go-rwx *; \ - $(LN_S) -f 105b 105b:e0ab; \ - $(LN_S) -f 1199 03f0:4e1d; \ - $(LN_S) -f 1199 1199:9079; \ - $(LN_S) -f 1199 413c:81a3; \ - $(LN_S) -f 1199 413c:81a8; \ - $(LN_S) -f 1eac 1eac:1001; \ - $(LN_S) -f 2c7c 2c7c:030a; \ - $(NULL) - -uninstall-hook: - cd $(DESTDIR)$(fccunlockavailabledir) && rm -f *:* |