diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:15:52 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:15:52 (EST) |
commit | c2b4ca6b314f514e44fd9f01bb62316a44a48a3c (patch) | |
tree | 97f2f620e1cf13349e48d1e258b91072570f261c | |
parent | b8e7831681939bda042c71cb24d05c46ecb2f135 (diff) |
lib/vardata.sh: Don't use substitution macros
-rw-r--r-- | lib/vardata.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vardata.sh b/lib/vardata.sh index 13512e9..0c68d67 100644 --- a/lib/vardata.sh +++ b/lib/vardata.sh @@ -18,7 +18,6 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. -PKGLOCALSTATEDIR='@pkglocalstatedir@' VARDATA_DIRS='mount' vardatadir= |