Merge pull request #221 from oltulu/patch-5

Update talimat
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2017-10-10 07:24:00 +03:00 committed by GitHub
commit 1305942f3c
1 changed files with 16 additions and 0 deletions

View File

@ -14,6 +14,22 @@ build() {
cd $name-$version
make
make DESTDIR=$PKG install
# Başlatıcı
mkdir -pv $PKG/usr/share/applications &&
cat > $PKG/usr/share/applications/isodumper.desktop << "EOF" &&
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=ISO Dumper
Comment=ISO Kalıp Yazma Programı
Icon=isodumper
Exec=isodumper
Categories=Utility;
StartupNotify=true
Terminal=false
EOF
cp $SRC/header.png $PKG/usr/share/isodumper
cp $SRC/header.svg $PKG/usr/share/isodumper
}