mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fix missing directory for pixmap symlink in Debian
This commit is contained in:
parent
8105bb709f
commit
7414f82e28
@ -8,5 +8,6 @@ all:
|
||||
chmod +x src/run.py
|
||||
cp -R src/ "$(CURDIR)/debian/{pkgname}/usr/share/{execname}"
|
||||
cp "$(CURDIR)/debian/{execname}.desktop" "$(CURDIR)/debian/{pkgname}/usr/share/applications"
|
||||
mkdir -p "$(CURDIR)/debian/{pkgname}/usr/pixmaps"
|
||||
ln -s "/usr/share/{execname}/dgse_logo_128.png" "$(CURDIR)/debian/{pkgname}/usr/pixmaps/{execname}.png"
|
||||
ln -s "/usr/share/{execname}/run.py" "$(CURDIR)/debian/{pkgname}/usr/bin/{execname}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user