#!/bin/sh # Create the build system. set -e -x # Generate stubs for translations. langs=`find po/doc -type f -name 'guix-manual*.po' \ | sed -e 's,guix-manual\.,,' \ | xargs -n 1 -I{} basename {} .po` for lang in ${langs}; do if [ ! -e "doc/guix.${lang}.texi" ]; then echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi" echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-manual.${lang}.po" fi done langs=`find po/doc -type f -name 'guix-cookbook*.po' \ | sed -e 's,guix-cookbook\.,,' \ | xargs -n 1 -I{} basename {} .po` for lang in ${langs}; do if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then echo "@setfilename guix-cookbook.${lang}.info" > "doc/guix-cookbook.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-cookbook.${lang}.po" fi done exec autoreconf -vfi o-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/archive.cc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-10-22 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-10-22 02:00:00 +0200
commitb6e8d587c4551f0fd28fcef96f33909a8ab8e9df (patch)
tree64a70abd83721b7e54854d9583e0464117173953 /nix/libutil/archive.cc
parent72d9a5d7dd8dc5a1ba03ff19e9c354ebc6644ffe (diff)
downloadguix-b6e8d587c4551f0fd28fcef96f33909a8ab8e9df.tar.gz
guix-b6e8d587c4551f0fd28fcef96f33909a8ab8e9df.zip
gnu: opensmtpd: Update to 7.4.0p0.
* gnu/packages/mail.scm (opensmtpd): Update to 7.4.0p0. Change-Id: I5536b828eecd16f041ed9381b16bd7aa54158155
Diffstat (limited to 'nix/libutil/archive.cc')
0 files changed, 0 insertions, 0 deletions