commit | a4ce6207778eb8e6a349ac7793960b0f1ac88821 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Aug 10 18:17:52 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Aug 10 18:17:52 2014 -0700 |
tree | c54d688de8ba64ef47a2d371e230d73851238d18 | |
parent | 2d6cf44399da94ad2726150b6aba18dd50e1811f [diff] [blame] |
nfd: Create and chown log directory only if it doesn't exist Otherwise, any update of nfd would break nlsr daemon, which uses a subdirectory in the same log folder, but using different user.
diff --git a/nfd/Makefile b/nfd/Makefile index bd86a8e..f68b325 100644 --- a/nfd/Makefile +++ b/nfd/Makefile
@@ -11,6 +11,6 @@ VERSION=0.2.0~rc2 # PPA version -PPA_VERSION=2 +PPA_VERSION=3 include ../packaging.mk