diff options
author | Piotr Wójcik <chocimier@tlen.pl> | 2021-02-22 20:24:47 +0000 |
---|---|---|
committer | Piotr <chocimier@tlen.pl> | 2021-02-23 17:34:37 +0000 |
commit | 4ac333c3b19961da605facc590e8c431aee8f4b0 (patch) | |
tree | 81c5f44b09a40d3e7d2bcbdbab783d7c99ce1bf6 /etc/defaults.conf | |
parent | 9154902b27b59d13132aa2d1fcba7496c808f7aa (diff) | |
download | void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.tar void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.tar.gz void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.tar.bz2 void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.tar.lz void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.tar.xz void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.tar.zst void-packages-4ac333c3b19961da605facc590e8c431aee8f4b0.zip |
xbps-src: allow to run without git
This makes possible to binary-bootstrap and build packages
with only base-system using tarball of void-packages.
Diffstat (limited to 'etc/defaults.conf')
-rw-r--r-- | etc/defaults.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf index bc93457747f..133449a150d 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -132,7 +132,7 @@ XBPS_SUCMD="sudo /bin/sh -c" # [OPTIONAL] # Enable to use the standard mtime of files. Otherwise it will be rewritten to -# the HEAD commit time. +# the HEAD commit time. Requires git when disabled. # #XBPS_USE_BUILD_MTIME=yes |