Skip to content

Commit

Permalink
update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
meshya committed Jul 29, 2024
1 parent b6da7d1 commit 69f912f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=namban
pkgver=0.3
pkgrel=4
pkgrel=5
pkgdesc="use custom dns has never been hard"
arch=('any')
url="https://github.com/parchlinuxb/namban"
Expand Down
2 changes: 1 addition & 1 deletion package/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prepare() {

package() {
mkdir -p "$pkgdir/"{DEBIAN,'usr/'}
cp -r "$srcdir/package/files/rootfs/"{usr,etc} "$pkgdir/"
cp -r "$srcdir/package/files/rootfs/"{usr,etc,lib} "$pkgdir/"
cp -r "$srcdir/src/" "$pkgdir/usr/lib/namban/src/"

depends_str="${depends[*]}"
Expand Down

0 comments on commit 69f912f

Please sign in to comment.