Skip to content

Commit 65176ab

Browse files
committed
guix: Remove codesign_allocate+pagestuff from unsigned tarball
1 parent ca85679 commit 65176ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ mkdir -p "$DISTSRC"
323323
osx_volname \
324324
contrib/macdeploy/detached-sig-{apply,create}.sh \
325325
"${BASEPREFIX}/${HOST}"/native/bin/dmg
326-
for util in codesign_allocate pagestuff; do
327-
cp --no-target-directory {"${BASEPREFIX}/${HOST}/native/bin/${HOST}-","unsigned-app-${HOST}/"}"$util"
328-
done
329326
mv --target-directory="unsigned-app-${HOST}" dist
330327
(
331328
cd "unsigned-app-${HOST}"

0 commit comments

Comments
 (0)