mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Install scripts (lintian error)
This commit is contained in:
parent
81da6feef3
commit
b51d38cd40
6 changed files with 1042 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
?package(doublecmd-gtk):needs="X11"\
|
||||
section="Applications/File Management"\
|
||||
icon="/usr/share/pixmaps/doublecmd.png"\
|
||||
icon="/usr/share/pixmaps/doublecmd.xpm"\
|
||||
title="Double Commander"\
|
||||
command="/usr/bin/doublecmd"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
?package(doublecmd-qt):needs="X11"\
|
||||
section="Applications/File Management"\
|
||||
icon="/usr/share/pixmaps/doublecmd.png"\
|
||||
icon="/usr/share/pixmaps/doublecmd.xpm"\
|
||||
title="Double Commander"\
|
||||
command="/usr/bin/doublecmd"
|
||||
|
|
|
|||
1037
install/linux/doublecmd.xpm
Normal file
1037
install/linux/doublecmd.xpm
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -123,6 +123,7 @@ if [ -z $CK_PORTABLE ]
|
|||
install -d $DC_INSTALL_PREFIX/usr/share/applications
|
||||
ln -sf ../lib$LIB_SUFFIX/doublecmd/doublecmd $DC_INSTALL_PREFIX/usr/bin/doublecmd
|
||||
install -m 644 doublecmd.png $DC_INSTALL_PREFIX/usr/share/pixmaps/doublecmd.png
|
||||
install -m 644 install/linux/doublecmd.xpm $DC_INSTALL_PREFIX/usr/share/pixmaps/doublecmd.xpm
|
||||
install -m 644 install/linux/doublecmd.desktop $DC_INSTALL_PREFIX/usr/share/applications/doublecmd.desktop
|
||||
else
|
||||
# Copy documentation
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ install/linux/install.sh --install-prefix=%{buildroot}
|
|||
%{_bindir}/%{doublecmd}
|
||||
%{_datadir}/%{doublecmd}
|
||||
%{_datadir}/man/man1/%{doublecmd}.*
|
||||
%{_datadir}/pixmaps/%{doublecmd}.png
|
||||
%{_datadir}/pixmaps/%{doublecmd}.*
|
||||
%{_datadir}/applications/%{doublecmd}.desktop
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ install/linux/install.sh --install-prefix=%{buildroot}
|
|||
%{_bindir}/%{doublecmd}
|
||||
%{_datadir}/%{doublecmd}
|
||||
%{_datadir}/man/man1/%{doublecmd}.*
|
||||
%{_datadir}/pixmaps/%{doublecmd}.png
|
||||
%{_datadir}/pixmaps/%{doublecmd}.*
|
||||
%{_datadir}/applications/%{doublecmd}.desktop
|
||||
|
||||
%changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue