public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libsquish] epel10: Fix typos in libsquish-cmake_install.patch
Date: Wed, 22 Jul 2026 13:29:34 GMT [thread overview]
Message-ID: <178472697478.1.6524017349378271814.rpms-libsquish-a4db176d4037@fedoraproject.org> (raw)
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}
)
reply other threads:[~2026-07-22 13:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178472697478.1.6524017349378271814.rpms-libsquish-a4db176d4037@fedoraproject.org \
--to=klember@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox