diff options
author | Sam Bingner <sam@bingner.com> | 2018-12-07 13:01:05 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-12-07 13:01:05 -1000 |
commit | dabe8669a56fca398da9a7dd117eb74f874cddc0 (patch) | |
tree | 1e9f41f484e72a02652b600498a7b09aee62b7e6 /data/apt-key/make.sh | |
parent | bae6eae573376ebc0e942e88c4f6eaea9b0f1574 (diff) |
Update to use libapt instead of apt7-lib for apt1.4+ and add apt-rdepends
Diffstat (limited to 'data/apt-key/make.sh')
-rw-r--r-- | data/apt-key/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/apt-key/make.sh b/data/apt-key/make.sh new file mode 100644 index 000000000..c280cbae8 --- /dev/null +++ b/data/apt-key/make.sh @@ -0,0 +1,2 @@ +pkg: mkdir -p /usr/bin +cp -a "$(PKG_DEST_ _apt1.4)"/usr/bin/apt-key "${PKG_DEST}"/usr/bin |