summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ab98a58cb36..c564f1d1e23b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = grub-custom-simona
- 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.
pkgver = 0.0.1
pkgrel = 1
url = https://github.com/simona70/grub-custom-simona
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/*
}