hfsutils: removed empty /usr/share/info

This commit is contained in:
Tim Biermann 2020-07-10 11:33:25 +00:00
parent 31892e9d44
commit 5a2858cb3b
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/humount
-rwxr-xr-x root/root usr/bin/hvol
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/hattrib.1.gz

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ylp5upYz5mrgpr4ApdvrzXKlValM08bGqagdj/w1ztYdD4wRqf8mdYP3Rmy9zhfYAxym0G78VSijpKXhmMRCAo=
SHA256 (Pkgfile) = 9ca286518b7c8c8f618345c4871d9af2cff44b1309b53cab82c97e0e5cf3e2d1
SHA256 (.footprint) = 2f4fa57f7d6d91e420364f90170d1b289f254517bfb1037eeca186f44b86c559
RWSagIOpLGJF39Mznj0SF56RYTVT56g9s/Q7ku3WDkDGSwJbixG4Ek/CzEIEQrMGitBeeAT5bDSmj64s+nGk0RkNPcK8A7X2jw8=
SHA256 (Pkgfile) = 8967a355e6ffd20957ac3c07b0f762612260f678a5c5683e1eb2c45c1aafa6e0
SHA256 (.footprint) = 97ba4b747229220964d1b18745ef2ada5dd63c252e646e5a823a3da2d521ac05
SHA256 (hfsutils-3.2.6.tar.gz) = bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840
SHA256 (hfsutils-3.2.6-errno.patch) = 06d374f92d3535d770b63c6cc98fa2e9ea942685e8f90c13270c2908ed98c735
SHA256 (hfsutils-3.2.6-fix-tcl-8.6.patch) = bfa6dfcf2fe62d9be52094adff12d79780304a62db815219086d46dfcf093ee0

View File

@ -35,4 +35,5 @@ build() {
install
install -m 0755 hfsck/hfsck $PKG/usr/bin/
rm -r $PKG/usr/share/info
}