2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cryptsetup: save a character

This commit is contained in:
Dylan Araps 2019-10-08 11:21:00 +03:00
parent c2dce02865
commit 22316c9cc7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
machine=$(gcc -dumpmachine)
machine=$(cc -dumpmachine)
./configure \
--prefix=/usr \