|
|
@@ -1304,9 +1304,9 @@ buildDpkg() {
|
|
|
codesign "$SKEL_PREFIX/$ROOT_PREFIX/bin/dpkg-trigger"
|
|
|
codesign "$SKEL_PREFIX/$ROOT_PREFIX/bin/dpkg-statoverride"
|
|
|
codesign "$SKEL_PREFIX/$ROOT_PREFIX/bin/update-alternatives"
|
|
|
+ echo "appletvos-arm64" >> "$SKEL_PREFIX/var/lib/dpkg/arch"
|
|
|
+ echo "darwin-arm64" >> "$SKEL_PREFIX/var/lib/dpkg/arch"
|
|
|
|
|
|
- echo "appletvos-arm64" >> "$BUILD_ROOT/dpkg/deb/var/lib/dpkg/arch"
|
|
|
- echo "darwin-arm64" >> "$BUILD_ROOT/dpkg/deb/var/lib/dpkg/arch"
|
|
|
#Get rid of cross-compile artifacts
|
|
|
sed -i -- "s|$SKEL_PREFIX||g" "$BUILD_ROOT/$WORKING_DIR/deb/$ROOT_PREFIX/lib/libdpkg.la"
|
|
|
sed -i -- "s|$SKEL_PREFIX||g" "$BUILD_ROOT/$WORKING_DIR/deb/$ROOT_PREFIX/lib/pkgconfig/libdpkg.pc"
|