diff options
-rwxr-xr-x | bin/misc-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 48611fabd..7e36f4d22 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -534,7 +534,7 @@ dyn_package() { dyn_spec() { tar czf "/usr/src/rpm/SOURCES/${PF}.tar.gz" \ - "${O}/${PF}.ebuild" "${O}/files" || \ + "${EBUILD}" "${FILESDIR}" || \ die "Failed to create base rpm tarball." cat <<__END1__ > ${PF}.spec |