Skip to content

Commit

Permalink
Fix single quotes in executable comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Feb 13, 2024
1 parent c4ca3b2 commit ca5c040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unibuild-package/unibuild-package/unibuild-deb.make
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ ifneq ($(SOURCE_TARBALL),)
-# Copy the original tarball without modification
cp $(SOURCE_TARBALL) $(PRODUCTS_DIR)/$(ORIG_TARBALL)
else
-# Build from the unpacked sources since there wasn't one
-# Build from the unpacked sources since one did not exist
(cd '$@' && tar cf - .) | (cd $(BUILD_ORIG_PACKAGE_DIR) && tar xpf -)
-# Debian packaging guidelines dictate that the "orig" tarball
-# must not change if the software doesn't, so remove any
-# must not change if the software does not, so remove any
-# packaging information before creating it.
find '$(BUILD_ORIG_PACKAGE_DIR)' -name 'unibuild-packaging' -type d | xargs rm -rf
(cd $(BUILD_ORIG_DIR) && tar cf - $(SOURCE_VERSION) | gzip -n ) > $(PRODUCTS_DIR)/$(ORIG_TARBALL)
Expand Down

0 comments on commit ca5c040

Please sign in to comment.