Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix packaging of man directories.
  • Loading branch information
steve committed Oct 9, 2006
1 parent 0d71b1c commit 168b3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verilog.spec
Expand Up @@ -26,9 +26,9 @@ to the IEEE-1364 standard.

%build
%ifarch x86_64
./configure --prefix=/usr --mandir=/usr/share/man libdir64='$(prefix)/lib64' vpidir1=vpi64 vpidir2=. --enable-vvp32
./configure --prefix=/usr --mandir='$(prefix)/share/man' libdir64='$(prefix)/lib64' vpidir1=vpi64 vpidir2=. --enable-vvp32
%else
./configure --prefix=/usr --mandir=/usr/share/man
./configure --prefix=/usr --mandir='$(prefix)/share/man'
%endif
make CXXFLAGS=-O

Expand Down

0 comments on commit 168b3f2

Please sign in to comment.