X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ports%2FPkgfile;h=e170853f75affac573c7b18d05b5090a9f4b4989;hb=refs%2Fheads%2F3.4;hp=ae38e7214eb5376ea67cc25ac043959a679003e0;hpb=2eae66246978d732923242ae9f87446cfcd083e2;p=ports%2Fraspberrypi3-arm.git diff --git a/ports/Pkgfile b/ports/Pkgfile index ae38e72..e170853 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -10,7 +10,10 @@ release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) + raspberrypi3-arm.rsync raspberrypi3-arm.pub \ + core-arm64.rsync core-arm64.pub \ + opt-arm64.rsync opt-arm64.pub \ + xorg-arm64.rsync xorg-arm64.pub) build () { cd $name-$version @@ -26,7 +29,11 @@ build () { install -m 0644 $SRC/xorg.pub $PKG/etc/ports install -m 0644 $SRC/contrib.pub $PKG/etc/ports install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/raspberrypi3-arm.pub $PKG/etc/ports install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm64.pub $PKG/etc/ports install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm64.pub $PKG/etc/ports install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm64.pub $PKG/etc/ports }