cmake: undo fakeroot fix

This commit is contained in:
Fredrik Rinnestam 2020-04-29 14:47:48 +02:00
parent b7dacb447b
commit 60e74629d3
3 changed files with 4 additions and 5 deletions

View File

@ -2381,7 +2381,7 @@ drwxr-xr-x root/root usr/share/cmake/Modules/Platform/
-rw-r--r-- root/root usr/share/cmake/Modules/Platform/AIX-XLClang.cmake
-rw-r--r-- root/root usr/share/cmake/Modules/Platform/AIX.cmake
drwxr-xr-x root/root usr/share/cmake/Modules/Platform/AIX/
-rw-r--r-- root/root usr/share/cmake/Modules/Platform/AIX/ExportImportList
-rwxr-xr-x root/root usr/share/cmake/Modules/Platform/AIX/ExportImportList
-rw-r--r-- root/root usr/share/cmake/Modules/Platform/ARTOS-GNU-C.cmake
-rw-r--r-- root/root usr/share/cmake/Modules/Platform/ARTOS.cmake
-rw-r--r-- root/root usr/share/cmake/Modules/Platform/Android-Clang-ASM.cmake

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dnw212hnuovUJhUZryW0xWCbhmiIQyptY3AdrxRdVjguOuPlGvTw+AHpYeNOeDbnrrDyEnWCmmjUvyaSbZS3Qw=
SHA256 (Pkgfile) = 86ad8b853da8dcf9ed29e5cafdf23db4081cc04cfc4cfb98978877257ccbf307
SHA256 (.footprint) = 1ba598a2be2720e475399c590284ec2db439af580211374c82bf30dfac5d83c2
RWSE3ohX2g5d/Qkfnzwwyj9vlO3N7W8uEA+1pdhsRLsv8Ff3Vakf8yz307B1SgdkCMhaxa/r3EWNquVYrD6TC0hAqpIBDY7QRA0=
SHA256 (Pkgfile) = f20227f20dd001c5f0b76cfca4456b15e019915f6e3125d8eb7e8bc98e7aeb7e
SHA256 (.footprint) = 07444144904709aad27107e72511831548992103c5827a1b42d90aa47562d9f3
SHA256 (cmake-3.17.2.tar.gz) = fc77324c4f820a09052a7785549b8035ff8d3461ded5bbd80d252ae7d1cd3aa5

View File

@ -27,5 +27,4 @@ build() {
rm -r $PKG/usr/doc
ln -sf $name $PKG/usr/share/$name-${version%.*}
chmod 644 $PKG/usr/share/cmake/Modules/Platform/AIX/ExportImportList
}