Skip to content

Commit 69be840

Browse files
committed
fix license name
1 parent c5ec4b1 commit 69be840

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

LICENCE renamed to LICENSE

File renamed without changes.

PKGBUILD/PKGBUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ package() {
3434
cd "$_pkgname"
3535
DESTDIR="$pkgdir" cmake --install build
3636

37+
# License
38+
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
3739

3840
# Desktop entry
3941
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/nepdate.desktop" <<EOF

0 commit comments

Comments
 (0)