diff options
author | Danny Rawlins <contact@romster.me> | 2021-05-24 18:35:06 +1000 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-05-24 18:35:06 +1000 |
commit | 9aa53802993ae594ca5866d4e72c0e58636bfd81 (patch) | |
tree | 45921ced04500736468e483fccc428b3b6663f89 /pango-32 | |
parent | c80cd9d6adaa991d78a90ff50def1c311d426eee (diff) | |
download | compat-32-9aa53802993ae594ca5866d4e72c0e58636bfd81.tar.gz compat-32-9aa53802993ae594ca5866d4e72c0e58636bfd81.tar.xz |
pango-32: fix missing /usr/share directory
Diffstat (limited to 'pango-32')
-rw-r--r-- | pango-32/.footprint | 1 | ||||
-rw-r--r-- | pango-32/.signature | 6 | ||||
-rw-r--r-- | pango-32/Pkgfile | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/pango-32/.footprint b/pango-32/.footprint index 840661d4..0b264872 100644 --- a/pango-32/.footprint +++ b/pango-32/.footprint @@ -19,4 +19,3 @@ drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/pangoft2.pc -rw-r--r-- root/root usr/lib32/pkgconfig/pangoot.pc -rw-r--r-- root/root usr/lib32/pkgconfig/pangoxft.pc -drwxr-xr-x root/root usr/share/ diff --git a/pango-32/.signature b/pango-32/.signature index 0d471d79..6828fb25 100644 --- a/pango-32/.signature +++ b/pango-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXc5bzKGa3qMV7FAcm4FkKVb5d91wIe4b/P9myWqsut12gm5sYd8o2ECVW6k6A+tbbRSq3my5FbMUpHfz9eafcgA= -SHA256 (Pkgfile) = 93d148cb297db933c6ec607436b85483fc8c7023b3e81e0f9fe329fa2b130bd9 -SHA256 (.footprint) = 62a4eb7aa7092a139a9c6f0aaa3ba7bb68032b482f7ce2dfa0c27c863680f194 +RWSwxGo/zH7eXQRh2Rt/8Mhd6XVIPeICVsR8MTvmX1xe1fD++LRhDaJOFn8TfKOScRXqrHAYypau0Nl3r4j46ilU46LV+mMl+wM= +SHA256 (Pkgfile) = e824a382a2f45db61c60d9aefee4630d2b016a143f77b33e3834325c266d3c31 +SHA256 (.footprint) = 8c80887f69fcd064ebc38786b81d68d5ff74e7c111722974d00a00d777f43fe4 SHA256 (pango-1.48.5.tar.xz) = 501e74496173c02dcd024ded7fbb3f09efd37e2a488e248aa40799424dbb3b2a diff --git a/pango-32/Pkgfile b/pango-32/Pkgfile index 1fafc7c1..407b50fe 100644 --- a/pango-32/Pkgfile +++ b/pango-32/Pkgfile @@ -21,5 +21,5 @@ build() { rm -r $PKG/usr/{bin,include} # help2man no option in meson options to disable - rm -rf $PKG/usr/share/man + rm -rf $PKG/usr/share } |