mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
Make perl-Text-CSV reproducible
This commit is contained in:
parent
70cea07218
commit
d7ff4cd578
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2026 Samuel Tyler <samuel@samuelt.me>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_configure() {
|
||||
perl Makefile.PL
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="$DESTDIR" PREFIX="$PREFIX" pure_install
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue