Skip to content

Commit 8fcf186

Browse files
committed
Profile.d folder could be already present
Use `-p` flag when creating profile.d folder
1 parent 447b076 commit 8fcf186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo "\$PKG_CONFIG_PATH:/app/vendor/vips/lib/pkgconfig" > $3/PKG_CONFIG_PATH
5353

5454
#echo "Installing vips .profile.d files" | indent
5555

56-
mkdir $BUILD_DIR/.profile.d
56+
mkdir -p $BUILD_DIR/.profile.d
5757
cp -n $BP_DIR/.profile.d/* $BUILD_DIR/.profile.d/
5858

5959
#echo ".profile.d files installed" | indent

0 commit comments

Comments
 (0)