Hi,

If I install msec-0.34-1mdk.i586.rpm, I get the following in /usr/sbin

        -rwxr-xr-x    1 root     root         1720 Aug 25 16:09 /usr/sbin/msec*

If instead, I install the src.rpm and run make install, I get:

        -rwxr-xr-x    1 root     root         1268 Aug 26 12:48 /usr/sbin/msec*

Checking the scripts in msec-0.34, I find the following:

        -rwxr-xr-x    1 root     root         1268 Nov  8  2001 init-sh/msec*
        -rwxr-xr-x    1 root     root         1720 Aug 19 17:07 share/msec*

Checking msec.spec and msec-0.34/Makefile, I see that both install 
/usr/sbin/msec, but one does it from the share directory and the other does 
it from the init-sh directory:

msec.spec:
install -m 755 share/msec $RPM_BUILD_ROOT/usr/sbin

msec-0.34/Makefile
cp init-sh/msec $(RPM_BUILD_ROOT)/usr/sbin

Looks like Makefile needs to be changed!

David

P.S.  This problem is also present in msec-0.32 and msec-0.33
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
[EMAIL PROTECTED]       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800


Reply via email to