1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 14:57:08 +00:00
termux-packages/packages/dpkg/scripts-dpkg-scanpackages.pl.patch
2022-03-14 19:40:21 +09:00

12 lines
305 B
Diff

--- a/scripts/dpkg-scanpackages.pl
+++ b/scripts/dpkg-scanpackages.pl
@@ -17,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+use lib '@TERMUX_PREFIX@/share/perl5';
+
use warnings;
use strict;