--- ./plugins/post-transaction-actions.py_orig	2020-07-30 03:37:09 +0000
+++ ./plugins/post-transaction-actions.py	2020-07-30 03:37:21 +0000
@@ -42,7 +42,7 @@
 
     def __init__(self, base, cli):
         super(PostTransactionActions, self).__init__(base, cli)
-        self.actiondir = "/etc/dnf/plugins/post-transaction-actions.d/"
+        self.actiondir = "/opt/freeware/etc/dnf/plugins/post-transaction-actions.d/"
         self.base = base
         self.logger = logger
 
--- ./plugins/CMakeLists.txt_orig	2020-07-30 04:10:07 +0000
+++ ./plugins/CMakeLists.txt	2020-07-30 04:11:24 +0000
@@ -10,7 +10,7 @@
 if (${WITHOUT_LOCAL} STREQUAL "0")
 INSTALL (FILES local.py DESTINATION ${PYTHON_INSTALL_DIR}/dnf-plugins)
 endif()
-if (${PYTHON_VERSION_MAJOR} STREQUAL "2")
+if (${PYTHON_VERSION_MAJOR} STREQUAL "3")
 INSTALL (FILES migrate.py DESTINATION ${PYTHON_INSTALL_DIR}/dnf-plugins)
 endif()
 INSTALL (FILES needs_restarting.py DESTINATION ${PYTHON_INSTALL_DIR}/dnf-plugins)
--- ./etc/dnf/plugins/versionlock.conf_orig	2022-04-26 02:43:23 +0000
+++ ./etc/dnf/plugins/versionlock.conf	2022-04-26 02:43:37 +0000
@@ -1,4 +1,4 @@
 [main]
 enabled = 1
-locklist = /etc/dnf/plugins/versionlock.list
+locklist = /opt/freeware/etc/dnf/plugins/versionlock.list
 
--- ./etc/dnf/plugins/post-transaction-actions.conf_orig	2022-04-26 02:54:10 +0000
+++ ./etc/dnf/plugins/post-transaction-actions.conf	2022-04-26 02:54:20 +0000
@@ -1,3 +1,3 @@
 [main]
 enabled = 1
-actiondir = /etc/dnf/plugins/post-transaction-actions.d/
+actiondir = /opt/freeware/etc/dnf/plugins/post-transaction-actions.d/
