openbsd-packaging-20060421
[openafs.git] / src / packaging / Debian / patch.001_libafs_destination_name
1 Index: src/libafs/MakefileProto.LINUX.in
2 ===================================================================
3 RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/libafs/MakefileProto.LINUX.in,v
4 retrieving revision 1.1.1.3
5 diff -u -r1.1.1.3 MakefileProto.LINUX.in
6 --- src/libafs/MakefileProto.LINUX.in   14 Jul 2001 22:22:46 -0000      1.1.1.3
7 +++ src/libafs/MakefileProto.LINUX.in   16 Jul 2001 09:40:24 -0000
8 @@ -143,8 +143,8 @@
9  LIBAFS = libafs-${CLIENT}.o
10  LIBAFS_MP = libafs-${CLIENT}.mp.o
11  
12 -DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS}
13 -DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS_MP}
14 +DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/openafs.o
15 +DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/openafs.mp.o
16  
17  
18  libafs:        $(DEST_LIBAFS)