Explorar el Código

Update 'PKGBUILD'

Nathaniel van Diepen hace 4 años
padre
commit
28a01e4a14
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
 }