diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 21:51:35 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 21:52:31 (EST) |
commit | 1d3da87f17a8d482fe6e395bb91ecd47bf0fdde4 (patch) | |
tree | 1978aa873b0db4d58e78b331e1c28fac59d3d7e1 | |
parent | 31376ad7324139201072914fc85d95f11e0dc196 (diff) |
Move FAMILY.NOTES to cpuid package
/usr/share/doc/cpuid will be a symbolic link in cpuid-doc, so it can't
contain a file.
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | control | 1 | ||||
-rw-r--r-- | cpuid-doc.pkg/files | 1 | ||||
-rw-r--r-- | cpuid.pkg/docs | 1 |
4 files changed, 1 insertions, 4 deletions
@@ -16,8 +16,6 @@ install: build # Perl script: rm dest/usr/bin/cpuinfo2cpuid rm dest/usr/share/man/man1/cpuinfo2cpuid.1.gz - # Useful documentation (-t requires BusyBox >= 1.23.0): - install -D -m 0644 -t dest/usr/share/doc/cpuid/ src/FAMILY.NOTES oh-fixperms oh-strip oh-installfiles @@ -2,5 +2,4 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Build-Depends: opkbuild (>= 4.2.1), opkhelper-3.0 (>= 3.1.3), - busybox (>= 1.23.0) Homepage: http://www.etallen.com/cpuid.html diff --git a/cpuid-doc.pkg/files b/cpuid-doc.pkg/files index 1c01a01..8293773 100644 --- a/cpuid-doc.pkg/files +++ b/cpuid-doc.pkg/files @@ -1,2 +1 @@ /usr/share/man/man1/cpuid.1.gz -/usr/share/doc/cpuid/FAMILY.NOTES diff --git a/cpuid.pkg/docs b/cpuid.pkg/docs index e69de29..39a181c 100644 --- a/cpuid.pkg/docs +++ b/cpuid.pkg/docs @@ -0,0 +1 @@ +src/FAMILY.NOTES |