Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 3 years ago
parent
commit
28a01e4a14
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PKGBUILD

+ 2 - 1
PKGBUILD

@@ -11,7 +11,7 @@ pkgver() {
                 date +%Y%m%d;
         fi;
 }
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows admins to easily add messages to be displayed at boot without having to edit files."
 arch=('any')
 source=("git+https://github.com/Eeems/system-msg.git")
@@ -20,6 +20,7 @@ build() {
         make
 }
 package() {
+        install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
         cd "$srcdir/$pkgname"
         make DESTDIR="${pkgdir}" install
 }