Changeset 939

Show
Ignore:
Timestamp:
01/01/07 16:13:07 (2 years ago)
Author:
ahu
Message:

rpm now wants manpages in a specific place

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pdns/build-scripts/rpm-build-instruction

    r880 r939  
    88        --prefix=/usr \ 
    99        --sysconfdir=/etc/powerdns \ 
     10        --mandir=/usr/man/ \ 
    1011&& make clean && make && \ 
    1112fakeroot /bin/sh -c "rm -rf /tmp/pdns ; DESTDIR=/tmp/pdns make install-strip" &&