Fix cp warning

This commit is contained in:
Cameron Gutman
2020-02-04 20:31:58 -08:00
parent 3aa263852e
commit 2df77b8a1b

View File

@@ -36,7 +36,9 @@ cp -r /opt/debian .
debuild -us -uc
# Copy the output to the out directory
cp /opt/build/* /out
cd /opt/build
shopt -s extglob
cp -v -r !(moonlight-$VERSION) /out
# Done!
echo "Build successful!"