move U2_LIB to /usr/share on rpm, silence rpmlint

This commit is contained in:
~hatteb-mitlyd 2014-05-25 18:56:17 -07:00
parent 73dfc07947
commit 4e3ba2b927

View File

@ -17,7 +17,7 @@ Urbit is a new operating environment designed from scratch.
%setup -q
%build
make debbuild
make debbuild LIB=%{_datadir}
%install
rm -rf $RPM_BUILD_ROOT
@ -25,8 +25,8 @@ make debinstall DESTDIR=$RPM_BUILD_ROOT
%files
/usr/bin/vere
/usr/lib/urb/*
%{_bindir}/vere
%{_datadir}/urb/*
%doc