summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsimona2018-11-01 15:24:39 +0100
committersimona2018-11-01 15:24:39 +0100
commit0c425ae7e3129993deccb3e51bee2a437a686986 (patch)
tree82df6af40ef48e90e0bb7adb5185e431acccff11 /PKGBUILD
parent2725e13d2f2022c142716900ff6a6e2c78657929 (diff)
downloadaur-0c425ae7e3129993deccb3e51bee2a437a686986.tar.gz
a second try
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ea1386e5c8e..a60633547e38 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=grub-custom-simona
pkgver=0.0.1
pkgrel=1
-pkgdesc="expand grub2 'grub-mkconfig' command."
+pkgdesc="Compile an alternative list of the usable kernels of the grub boot menu indicating the kernel relase, obtained from the output of the 'file' command, instead of the file name."
url="https://github.com/simona70/grub-custom-simona"
arch=('any')
license=('GPL2')
@@ -13,8 +13,9 @@ backup=('etc/default/grub-custom')
md5sums=('87fda850bd490f66965488d6ee523a3a')
package() {
+ #install -m755 -d "${pkgdir}/etc/default"
+ #install -m755 -d "${pkgdir}/etc/grub.d"
install -Dm 644 "$srcdir/etc/default/grub-custom" "$pkgdir/etc/default/grub-custom"
install -Dm 755 "$srcdir/etc/grub.d/11_linux_simona" "$pkgdir/etc/grub.d/11_linux_simona"
- #install -Dm755 -t "${pkgdir}/etc" etc/*
}