Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Project-FiFo
DalmatinerDB
dalmatinerfe
Commits
292de954
Commit
292de954
authored
Sep 14, 2017
by
Heinz N. Gies
Browse files
More directory fixes
parent
efb0298c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rel/pkgng/+POST_INSTALL
rel/pkgng/+POST_INSTALL
+1
-1
rel/pkgng/Makefile
rel/pkgng/Makefile
+1
-1
No files found.
rel/pkgng/+POST_INSTALL
View file @
292de954
...
...
@@ -21,7 +21,7 @@ chown -R $USER:$GROUP /tmp/$USER/
echo
Trying to guess configuration ...
IP
=
$(
ifconfig
$(
netstat
-r
|
grep
default |
awk
'{ print $4 }'
)
|
grep
'inet'
|
awk
-F
' '
'{ print $2 }'
)
DISTCONFFILE
=
/usr/dfe/etc/dfe.conf
DISTCONFFILE
=
/usr/
local/lib/
dfe/etc/dfe.conf
CONFFILE
=
/data/dalmatinerfe/etc/dfe.conf
if
[
!
-f
"
${
CONFFILE
}
"
]
...
...
rel/pkgng/Makefile
View file @
292de954
INSTALL_DIR
=
usr/local/l
o
b
INSTALL_DIR
=
usr/local/l
i
b
DEPS
=
"coreutils"
"sudo"
REBARPROFILE
?=
default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment