Opened 17 years ago
Closed 17 years ago
#418 closed bug (Fixed)
Archlinux pkgbuild issue
Reported by: | vexxor | Owned by: | sadrul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | null | Version: | 0.9.05 (1.0.0_RC5) |
Keywords: | archlinux, pkgbuild | Cc: |
Description
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
hmm... after the preview i presses submit, but my text is not here... (grrr... types again)
In the pkgbuild for Archlinux (http://download.deluge-torrent.org/arch/0.9.05/deluge-0.9.05.pkgbuild), the last line: install -D -m644 pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg throws an error.
i replaced it with: install -D -m644 $startdir/pkg/usr/share/pixmaps/deluge.png pixmaps/deluge.png
After this change the build went through.
As it's a copy of an image file and i'm remoting in to my box via ssh atm, i don't know if this change caused any issues with the gui.