commit | 60664e2dd2ef1e0251ac64f3c9c7d4a7f22c1312 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 03 11:55:06 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 03 11:55:06 2015 -0800 |
tree | 178bf4d21e880f34205f4dcc71d9093b3b15300c | |
parent | c873b1e3222d9ecfda83fce40e1a29b7769363c4 [diff] [blame] |
nfd: Ensure that /var/lib/ndn folder is owned by ndn user Refs: #2471
diff --git a/nfd/Makefile b/nfd/Makefile index 185ff44..1844a8e 100644 --- a/nfd/Makefile +++ b/nfd/Makefile
@@ -11,6 +11,6 @@ VERSION=0.3.0 # PPA version -PPA_VERSION=1 +PPA_VERSION=2 include ../packaging.mk