summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuper Mario2020-10-14 19:22:13 +0000
committerSuper Mario2020-10-14 19:22:13 +0000
commit69472c2327b38cbe093cfe1e76f4c65b3f1c2721 (patch)
treed086aeecb52f22de4dbea246bb61b3508c4e250e
parent3af24de218084bd849d18b7ba989067e88869b50 (diff)
downloadaur-69472c2327b38cbe093cfe1e76f4c65b3f1c2721.tar.gz
Fixed
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e943937a06b..60010059298e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anish Vundela <anishreddyvundela@gmail.com>
pkgname=dmenu-supermario9590-git
-_pkgname=dwm
+_pkgname=dmenu
pkgver=r573.1a13d04
pkgrel=1
pkgdesc="My custom build of suckless' dmenu"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=('dwm::git+http://git.suckless.org/dmenu')
+source=('dmenu::git+http://git.suckless.org/dmenu')
noextract=()
md5sums=('SKIP')
@@ -41,4 +41,6 @@ build() {
package() {
cd "$srcdir/$_pkgname"
make DESTDIR="$pkgdir/" PREFIX="/usr" install
+ install -m644 -D LICENSE "$pkgdir/usr/share/licences/$pkgname/LICENSE"
+ install -m644 -D README "$pkgdir/usr/share/doc/$pkgname/README"
}