mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Feature [0001344] Separate UseConfigInProgramDir from all other settings
This commit is contained in:
parent
5acd8f58be
commit
91d151a91c
9 changed files with 41 additions and 140 deletions
|
|
@ -71,7 +71,6 @@ mkdir -p $DC_INSTALL_DIR/plugins/dsx/dsxlocate
|
|||
# Copy files
|
||||
cp -a doublecmd $DC_INSTALL_DIR/
|
||||
cp -a doublecmd.zdli $DC_INSTALL_DIR/
|
||||
cp -a install/linux/doublecmd.xml $DC_INSTALL_DIR/
|
||||
cp -a doublecmd.ext.example $DC_INSTALL_DIR/
|
||||
cp -a pixmaps.txt $DC_INSTALL_DIR/
|
||||
cp -a multiarc.ini $DC_INSTALL_DIR/
|
||||
|
|
@ -138,6 +137,8 @@ if [ -z $CK_PORTABLE ]
|
|||
install -d $DC_INSTALL_PREFIX/usr/share/polkit-1/actions
|
||||
install -m 644 install/linux/org.doublecmd.root.policy $DC_INSTALL_PREFIX/usr/share/polkit-1/actions/
|
||||
else
|
||||
# Mark as portable version
|
||||
touch $DC_INSTALL_DIR/doublecmd.inf
|
||||
# Copy documentation
|
||||
mkdir -p $DC_INSTALL_DIR/doc
|
||||
cp -a doc/*.txt $DC_INSTALL_DIR/doc/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue