Removed unneeded configure option (--prefix=%{_prefix}) from spec-file, it's automatically added.

master
Jens Lody 9 years ago
parent 61c1bd4db5
commit b82b69dc7d
  1. 2
      gnome-shell-extension-panel-osd.spec

@ -30,7 +30,7 @@ messages at any (configurable) place on the (primary) monitor.
%build
NOCONFIGURE=1 ./autogen.sh
%configure --prefix=%{_prefix} GIT_VERSION=%{checkout}
%configure GIT_VERSION=%{checkout}
make %{?_smp_mflags}
%install

Loading…
Cancel
Save