/[smeserver]/rpms/diald-top/sme8/diald-top-2.1pl4.install
ViewVC logotype

Contents of /rpms/diald-top/sme8/diald-top-2.1pl4.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 18:16:35 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: diald-top-2_1pl4-4_el5_sme, HEAD
Import on branch sme8 of package diald-top-2.1pl4-4.el5.sme.src.rpm

1 diff -ruN diald-top-2.1pl4-2/Makefile diald-top-2.1pl4-2es/Makefile
2 --- diald-top-2.1pl4-2/Makefile Mon Jun 19 17:13:52 2000
3 +++ diald-top-2.1pl4-2es/Makefile Tue Feb 13 13:25:17 2001
4 @@ -27,14 +27,14 @@
5 install: install-client install-server
6
7 install-client: client
8 - ${INSTALL} -o root -g root -m 755 -d ${CLIENT_INSTALL_DIR}
9 - ${INSTALL} -o root -g root -m 755 -d ${MAN_DIR}
10 - ${INSTALL} -o ${OWNER} -g ${GROUP} ${INSTALLFLAGS} -m ${CLIENTMODE} \
11 + ${INSTALL} -m 755 -d ${CLIENT_INSTALL_DIR}
12 + ${INSTALL} -m 755 -d ${MAN_DIR}
13 + ${INSTALL} ${INSTALLFLAGS} -m ${CLIENTMODE} \
14 ${CLIENTBINS} ${CLIENT_INSTALL_DIR}
15 ${INSTALL} -m 644 diald-top.8 ${MAN_DIR}
16
17 install-server: server
18 - ${INSTALL} -o root -g root -m 755 -d ${SERVER_INSTALL_DIR}
19 - ${INSTALL} -o ${OWNER} -g ${GROUP} ${INSTALLFLAGS} -m ${SERVERMODE} \
20 + ${INSTALL} -m 755 -d ${SERVER_INSTALL_DIR}
21 + ${INSTALL} ${INSTALLFLAGS} -m ${SERVERMODE} \
22 ${SERVERBINS} ${SERVER_INSTALL_DIR}
23

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed