summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-06-16 11:43:43 +0000
committerJakub Moc <jakub@gentoo.org>2007-06-16 11:43:43 +0000
commit1af68bbba9c1402753717a78f76ac112ea50cda1 (patch)
tree400b1a7d30e078af79f7deaa857ab7d738e58379 /sci-calculators/tilp2
parentFix a typo (diff)
downloadsunrise-1af68bbba9c1402753717a78f76ac112ea50cda1.tar.gz
sunrise-1af68bbba9c1402753717a78f76ac112ea50cda1.tar.bz2
sunrise-1af68bbba9c1402753717a78f76ac112ea50cda1.zip
Quoting
svn path=/sunrise/; revision=3949
Diffstat (limited to 'sci-calculators/tilp2')
-rw-r--r--sci-calculators/tilp2/Manifest2
-rw-r--r--sci-calculators/tilp2/tilp2-1.03.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/tilp2/Manifest b/sci-calculators/tilp2/Manifest
index 723a0439e..f273e891e 100644
--- a/sci-calculators/tilp2/Manifest
+++ b/sci-calculators/tilp2/Manifest
@@ -1,4 +1,4 @@
DIST tilp2-1.03.tar.gz 913989 RMD160 af53a98b07935ce844b2c35c61ca2993c3b3352c SHA1 ee350749bfc3348de71df07c925a6ca26ab79ba6 SHA256 bd8f49a5dad4f7dbdec4902a2bea7c32f18db8038ef1c5702864463b72088dcc
-EBUILD tilp2-1.03.ebuild 657 RMD160 e9009f961f26072241425fa900c850eac90f87e4 SHA1 b1262a0d919cbc522ac1ab72541935fd633cb920 SHA256 f1ba4ba08b6fede641fc4d1ae15cdf59bdd779ee856a92fa408ac1b70085d4f3
+EBUILD tilp2-1.03.ebuild 659 RMD160 006370e3f67ea1f84296f282dca7af6994c9012f SHA1 24a9c4a2f85dec4f29f2c34758543ae1aa15b0c5 SHA256 fe1511c813be78329102aeb2b728fe4db066561ab3fb42ef1101439a5b683090
MISC ChangeLog 369 RMD160 6cbb3f2dbd2bff2a51811835b6bb5b8fdbddf9f7 SHA1 0e331b0868f3263b76b82a18df6334e10777600b SHA256 1f01c511b995109de0c1725aa2cd4e78f1e60fb76aa766ed5a83938a73b3de45
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-calculators/tilp2/tilp2-1.03.ebuild b/sci-calculators/tilp2/tilp2-1.03.ebuild
index 4b4f4833e..96baccf6c 100644
--- a/sci-calculators/tilp2/tilp2-1.03.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.03.ebuild
@@ -22,5 +22,5 @@ DEPEND=">=sci-libs/libticalcs2-1.0.4
RDEPEND="${DEPEND}"
src_install() {
- emake install DESTDIR=${D} || die "emake install failed"
+ emake install DESTDIR="${D}" || die "emake install failed"
}