ncurses: use right prefix
parent
3c8e14caad
commit
5567bb01a4
|
@ -6,6 +6,7 @@ options:
|
|||
- configure: --enable-widec --without-ada --with-shared --enable-pc-files --disable-termcap
|
||||
|
||||
@install
|
||||
cd ncurses-%{version} && make 'DESTDIR=%{pkg}' %{name}
|
||||
cd '%{pkg}' && rm usr/bin/clear usr/bin/reset
|
||||
cd ncurses-%{version}
|
||||
make 'DESTDIR=%{pkg}' install
|
||||
cd '%{pkg}' && rm ./%{prefix}/bin/clear ./%{prefix}/bin/reset
|
||||
|
||||
|
|
Reference in New Issue