grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-08-13 07:08:10 +00:00
parent 7521142c52
commit 71fc22d886
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Tanım: Gnome kapatma menüsüne uyku tuşu ekler # Tanım: Gnome kapatma menüsüne uyku tuşu ekler
# URL: https://github.com/laserb/gnome-shell-extension-suspend-button # URL: https://github.com/laserb/gnome-shell-extension-suspend-button
# Paketçi: yasarciv67@gmail.com # Paketçi: yasarciv67
# Gerekler: gnome-shell # Gerekler: gnome-shell
# Grup: sistem
isim=gnome-suspend-button isim=gnome-suspend-button
_isim=gnome-shell-extension-suspend-button _isim=gnome-shell-extension-suspend-button
@ -11,7 +12,7 @@ kaynak=()
derle() { derle() {
git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git git clone https://github.com/laserb/gnome-shell-extension-suspend-button.git
cd $_name cd $_isim
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }