git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
91b3cb3
)
aix-makefileproto-cleanup-dest-building-20010911
author
Derrick Brashear
<shadow@dementia.org>
Tue, 11 Sep 2001 07:25:54 +0000 (07:25 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 11 Sep 2001 07:25:54 +0000 (07:25 +0000)
readd missing /es
src/libafs/MakefileProto.AIX.in
patch
|
blob
|
history
diff --git
a/src/libafs/MakefileProto.AIX.in
b/src/libafs/MakefileProto.AIX.in
index
7f33a94
..
0d7c3ab
100644
(file)
--- a/
src/libafs/MakefileProto.AIX.in
+++ b/
src/libafs/MakefileProto.AIX.in
@@
-113,8
+113,8
@@
setup:
LIBAFSIAUTH = afs.ext.iauth
LIBAFS = afs.ext
-DEST_LIBAFSIAUTH = $(DEST)root.client/usr/vice/etc/dkload/$(LIBAFSIAUTH)
-DEST_LIBAFS = $(DEST)root.client/usr/vice/etc/dkload/$(LIBAFS)
+DEST_LIBAFSIAUTH = $(DEST)/root.client/usr/vice/etc/dkload/$(LIBAFSIAUTH)
+DEST_LIBAFS = $(DEST)/root.client/usr/vice/etc/dkload/$(LIBAFS)
INST_LIBAFSIAUTH = ${DESTDIR}${afskerneldir}/$(LIBAFSIAUTH)
INST_LIBAFS = ${DESTDIR}${afskerneldir}/$(LIBAFS)