Skip to content

Commit 784ec44

Browse files
committed
check actual file for symlink
1 parent 4f62d7f commit 784ec44

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ruby3.4 (3.4.1-1ppa6) focal; urgency=medium
2+
3+
[ Aaron Ogata ]
4+
* check actual file for symlink
5+
6+
-- root <aogata@instructure.com> Tue, 04 Feb 2025 10:49:36 -0800
7+
18
ruby3.4 (3.4.1-1ppa5) focal; urgency=medium
29

310
[ Aaron Ogata ]

debian/sanity_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test '!' -f debian/tmp/${libdir}/libruby-${RUBY_VERSION}.so.${RUBY_VERSION}
1212

1313
# only run if this is not a symbolic link
1414
# https://github.com/ruby/ruby/commit/120c291fafd438e2bc58f098023c669dadc64b08
15-
if [ ! -L "debian/tmp/${libdir}/pkgconfig" ]; then
15+
if [ ! -L "debian/tmp/${libdir}/pkgconfig/ruby-${RUBY_VERSION}.pc" ]; then
1616
test '!' -f "debian/tmp/${libdir}/pkgconfig/ruby-${RUBY_VERSION}.pc"
1717
fi
1818

0 commit comments

Comments
 (0)