forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove LV2 from the RPM (which didn't conditionally include it)"
This reverts commit ed5eaf2.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ install -m 0755 -d %{buildroot}%{_datadir}/ | |
install -m 0755 -d %{buildroot}%{_defaultdocdir}/ | ||
install -m 0755 -d %{buildroot}%{_libdir}/vst3/ | ||
install -m 0755 -d %{buildroot}%{_libdir}/clap/ | ||
# install -m 0755 -d %{buildroot}%{_libdir}/lv2/ | ||
install -m 0755 -d %{buildroot}%{_libdir}/lv2/ | ||
install -m 0755 -d %{buildroot}%{_datarootdir} | ||
install -m 0755 -d %{buildroot}%{_datarootdir}/surge-xt/ | ||
install -m 0755 -d %{buildroot}%{_datarootdir}/surge-xt/doc | ||
|
@@ -117,8 +117,8 @@ cp -r "${INDIR}/Surge XT.vst3" %{buildroot}%{_libdir}/vst3/ | |
cp -r "${INDIR}/Surge XT Effects.vst3" %{buildroot}%{_libdir}/vst3/ | ||
cp -r "${INDIR}/Surge XT.clap" %{buildroot}%{_libdir}/clap/ | ||
cp -r "${INDIR}/Surge XT Effects.clap" %{buildroot}%{_libdir}/clap/ | ||
# cp -r "${INDIR}/Surge XT.lv2" %{buildroot}%{_libdir}/lv2/ | ||
# cp -r "${INDIR}/Surge XT Effects.lv2" %{buildroot}%{_libdir}/lv2/ | ||
cp -r "${INDIR}/Surge XT.lv2" %{buildroot}%{_libdir}/lv2/ | ||
cp -r "${INDIR}/Surge XT Effects.lv2" %{buildroot}%{_libdir}/lv2/ | ||
# install executable files as executable | ||
install -m 0755 "${INDIR}/Surge XT" %{buildroot}/%{_bindir} | ||
|
@@ -135,11 +135,10 @@ find %{buildroot}%{_libdir}/vst3/ -type f -iname "*.so" -exec chmod 0644 {} + | |
"%{_libdir}/vst3/Surge XT Effects.vst3" | ||
"%{_libdir}/clap/Surge XT.clap" | ||
"%{_libdir}/clap/Surge XT Effects.clap" | ||
"%{_libdir}/lv2/Surge XT.lv2" | ||
"%{_libdir}/lv2/Surge XT Effects.lv2" | ||
"%{_datarootdir}/surge-xt/*" | ||
# "%{_libdir}/lv2/Surge XT.lv2" | ||
# "%{_libdir}/lv2/Surge XT Effects.lv2" | ||
%changelog | ||
* ${DATE_RPM} Surge Synthesizer Team <[email protected]> - ${VERSION} | ||
|