Kevin Bradley vor 3 Jahren
Ursprung
Commit
8a08bc0474
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      the_memo2.sh

+ 2 - 2
the_memo2.sh

@@ -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"