From 060751b5d8a1d16d45e40d59218149db1eaefe9d Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 14 Jun 2021 20:35:20 +0200 Subject: [PATCH] fix --- pkg/de-p1st-installer/PKGBUILD | 3 ++- pkg/de-p1st-installer/installer.cfg | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pkg/de-p1st-installer/installer.cfg diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index f3cbe55..5f38012 100644 --- a/pkg/de-p1st-installer/PKGBUILD +++ b/pkg/de-p1st-installer/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=installer _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.1.7 +pkgver=0.1.8 pkgrel=1 pkgdesc="Bash script to install Arch Linux" arch=('any') @@ -22,6 +22,7 @@ package() { install -Dm0644 lib/user-input.sh "$pkgdir"/usr/lib/"${pkgname}"/user-input.sh install -Dm0644 lib/util.sh "$pkgdir"/usr/lib/"${pkgname}"/util.sh + install -Dm0644 -o0 installer.cfg "$pkgdir"/etc/"${pkgname}"/installer.cfg install -Dm0644 -o0 example-vbox.cfg "$pkgdir"/etc/"${pkgname}"/example-vbox.cfg install -Dm0644 -o0 example-headless-docker.cfg "$pkgdir"/etc/"${pkgname}"/example-headless-docker.cfg } diff --git a/pkg/de-p1st-installer/installer.cfg b/pkg/de-p1st-installer/installer.cfg new file mode 100644 index 0000000..ba2e573 --- /dev/null +++ b/pkg/de-p1st-installer/installer.cfg @@ -0,0 +1,4 @@ +# You can find some examples in the same directory +# that can be used as starting point: +# ./example-*.cfg +# Just copy one of those over this file.