mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Scripts in debain packages
This commit is contained in:
parent
f6824e345f
commit
4f942bf763
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ if [ -z $CK_PORTABLE ]
|
|||
install -d $DC_INSTALL_PREFIX/usr/share/doublecmd/doc
|
||||
install -m 644 doc/*.txt $DC_INSTALL_PREFIX/usr/share/doublecmd/doc
|
||||
ln -sf ../../share/doublecmd/doc $DC_INSTALL_DIR/doc
|
||||
# Copy scripts
|
||||
cp -r scripts $DC_INSTALL_DIR/
|
||||
# Copy languages
|
||||
cp -r language $DC_INSTALL_PREFIX/usr/share/doublecmd
|
||||
ln -sf ../../share/doublecmd/language $DC_INSTALL_DIR/language
|
||||
|
|
@ -131,6 +133,7 @@ if [ -z $CK_PORTABLE ]
|
|||
# Copy directories
|
||||
cp -r language $DC_INSTALL_DIR/
|
||||
cp -r pixmaps $DC_INSTALL_DIR/
|
||||
cp -r scripts $DC_INSTALL_DIR/
|
||||
# Copy libraries
|
||||
install -m 644 *.so* $DC_INSTALL_DIR/
|
||||
# Copy DC icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue