Skip to content
Snippets Groups Projects
Commit 908ebc1a authored by Ariadne Conill's avatar Ariadne Conill :rabbit:
Browse files

unmaintained/enlightenment: use paxmark instead of paxctl

parent a20f500a
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ depends_dev=" ...@@ -22,10 +22,10 @@ depends_dev="
makedepends="$depends_dev makedepends="$depends_dev
alsa-lib-dev alsa-lib-dev
ethumb-dev ethumb-dev
paxctl
pm-utils-dev pm-utils-dev
udisks2-dev udisks2-dev
xcb-util-keysyms-dev xcb-util-keysyms-dev
paxmark
" "
install="" install=""
subpackages="$pkgname-dev $pkgname-lang" subpackages="$pkgname-dev $pkgname-lang"
...@@ -53,7 +53,7 @@ package() { ...@@ -53,7 +53,7 @@ package() {
cd "$_builddir" cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1 make DESTDIR="$pkgdir" install || return 1
# opengl needs mprotect off for now # opengl needs mprotect off for now
paxctl -c -m "$pkgdir"/usr/bin/enlightenment paxmark -m "$pkgdir"/usr/bin/enlightenment
} }
md5sums="b2824849c2c56d80fdc11c1f2171d4ec enlightenment-0.17.0.tar.gz" md5sums="b2824849c2c56d80fdc11c1f2171d4ec enlightenment-0.17.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment