0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 20:13:22 +00:00
Files
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;