Skip to content
Snippets Groups Projects
Commit 88b49009 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

Merge branch 'master' of homeproj.cesnet.cz:warden

parents c6d33bb6 758021e7
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ echo "OK" ...@@ -68,7 +68,7 @@ echo "OK"
echo -n "Building '${lib}' directory ... " echo -n "Building '${lib}' directory ... "
mkdir -p $lib 2> $err || err mkdir -p $lib 2> $err || err
cp -R ../src/${package_name}/lib/* $lib 2> $err || err cp -R ../src/${package_name}/lib/*.pm $lib 2> $err || err
echo "OK" echo "OK"
......
No preview for this file type
79acb0582c0aeaf9640c5de707ad9b9a2f4b3929 warden-client-2.1-beta.tar.gz 24cc18c69a7fdb6f59bc31bf00a046a396eae3ba warden-client-2.1-beta.tar.gz
...@@ -155,8 +155,8 @@ make_warden_dir() ...@@ -155,8 +155,8 @@ make_warden_dir()
cp ${dirname}/warden-client/doc/$file ${client_path}/doc cp ${dirname}/warden-client/doc/$file ${client_path}/doc
done done
test -d ${client_path}/sh || mkdir -p ${client_path}/sh test -d ${client_path}/ || mkdir -p ${client_path}/
cp ${dirname}/uninstall.sh ${client_path}/sh cp ${dirname}/uninstall.sh ${client_path}/
echo "OK" echo "OK"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment