public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libsquish] epel10: Fix typos in libsquish-cmake_install.patch
@ 2026-07-22 13:29 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-07-22 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libsquish
Branch : epel10
Commit : a4db176d403722b5f2dd8d475b9f8dce6b257584
Author : Kalev Lember <klember@redhat.com>
Date : 2020-04-07T00:12:52+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libsquish/c/a4db176d403722b5f2dd8d475b9f8dce6b257584?branch=epel10
Log:
Fix typos in libsquish-cmake_install.patch
---
diff --git a/libsquish-cmake_install.patch b/libsquish-cmake_install.patch
index ace61ed..edf68cc 100644
--- a/libsquish-cmake_install.patch
+++ b/libsquish-cmake_install.patch
@@ -7,7 +7,7 @@
+INCLUDE(GNUInstallDirs)
+mark_as_advanced(CLEAR
+ CMAKE_INSTALL_LIBDIR
-+ CAMKE_INSTALL_INCLUDEDIR
++ CMAKE_INSTALL_INCLUDEDIR
+ )
+
INSTALL(
@@ -17,5 +17,5 @@
- PUBLIC_HEADER DESTINATION include
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+ PUBLIC_HEADER DESTINATION ${CMAKE_INCLUDE_INCLUDEDIR}
++ PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 13:29 [rpms/libsquish] epel10: Fix typos in libsquish-cmake_install.patch Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox