[jhalfs] 02/04: Copy pkgver.xsl to JHALFSDIR if needed
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Fri, 24 Jan 2025 18:00:59 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch plabs/check-version in repository jhalfs. commit 704e977d2963cd140146625aaa205fa933ff1de9 Author: Pierre Labastie <[email protected]> AuthorDate: Fri Jan 24 14:23:44 2025 +0100 Copy pkgver.xsl to JHALFSDIR if needed --- jhalfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jhalfs b/jhalfs index 9f2518c..5f44a4f 100755 --- a/jhalfs +++ b/jhalfs @@ -338,8 +338,8 @@ if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then cp "$PKGMNGTDIR/packInstall.sh" "$JHALFSDIR/" } -# Copy urls.xsl, if needed - [[ "$GETPKG" = "y" ]] && cp "$COMMON_DIR/urls.xsl" "$JHALFSDIR/" +# Copy urls.xsl and pkgver.xsl, if needed + [[ "$GETPKG" = "y" ]] && cp "$COMMON_DIR"/{urls.xsl,pkgver.xsl} "$JHALFSDIR/" # Always create the test-log directory to allow user to "uncomment" test # instructions -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page