grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-07-26 06:23:19 +00:00
parent c9713d8a0a
commit 5a623dc536
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
# URL: http://xorg.freedesktop.org
# Paketçi: milisarge
# Gerekler: xorg-server
# Grup: sistem
isim=xorg-xauth
surum=1.0.9
@ -10,9 +11,7 @@ kaynak=(http://xorg.freedesktop.org/releases/individual/app/xauth-$surum.tar.bz2
derle() {
cd xauth-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}