mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
debian/rules: fix lintian warning about PWD
This commit is contained in:
parent
6027c8254a
commit
d3f12a8dbe
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
|||
byobu (2.50) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* debian/rules: fix lintian warning about PWD
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Jan 2010 11:13:20 +1300
|
||||
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -14,7 +14,7 @@ get-orig-source:
|
|||
# use tar instead
|
||||
mkdir -p ../tmp
|
||||
rm -rf ../tmp/*
|
||||
cp -a ${PWD} ../tmp/${PKG}-${VER}
|
||||
cp -a . ../tmp/${PKG}-${VER}
|
||||
tar -C ../tmp --exclude .bzr --exclude debian -zcvf ../${PKG}_${VER}.orig.tar.gz ${PKG}-${VER}
|
||||
rm -rf ../tmp
|
||||
ls -halF ../${PKG}_${VER}.orig.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue