Skip to content
Snippets Groups Projects
Commit 915d0fa0 authored by Kartik Mistry's avatar Kartik Mistry
Browse files

USe chown non-recursively

parent ec041725
No related branches found
Tags debian/0.9.1_r343-4
No related merge requests found
......@@ -27,7 +27,7 @@ case "$1" in
if [ ! -d $1 ]; then
mkdir $1
fi
chown -R $2 $1 && chmod $3 $1
chown $2 $1 && chmod $3 $1
}
cd /var/log
......
......@@ -8,8 +8,10 @@ apertium-apy (0.9.1~r343-4) unstable; urgency=low
+ Removed old comments.
* debian/copyright:
+ http->https.
* debian/apertium-apy.postinst:
+ Use non-recursive chown.
-- Kartik Mistry <kartik@debian.org> Sat, 10 Feb 2018 12:14:24 +0530
-- Kartik Mistry <kartik@debian.org> Sat, 10 Feb 2018 12:25:11 +0530
apertium-apy (0.9.1~r343-3) unstable; urgency=low
......
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