mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
academic/engauge: Fixed png creation and installation
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7e665f08e6
commit
91f0c736bc
1 changed files with 1 additions and 2 deletions
|
@ -66,8 +66,7 @@ cp -ra samples $PKG/usr/share/$PRGNAM
|
|||
|
||||
# make an icon from the supplied .ico file
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
convert src/img/digitizer.ico engauge.png
|
||||
cat engauge-0.png > $PKG/usr/share/pixmaps/engauge.png
|
||||
convert src/img/digitizer.ico $PKG/usr/share/pixmaps/engauge.png
|
||||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
|
Loading…
Reference in a new issue